diff --git a/Makefile b/Makefile index 5ea36f4..3f8fcb0 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -VERSION=23.21.2 +VERSION=23.22.0 LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index d8e3b4b..7e2eb4f 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-home -pkgver=23.21.2 +pkgver=23.22.0 pkgrel=1 pkgdesc="Arav's dwelling / Home" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -21,5 +21,5 @@ build() { package() { cd "$srcdir/$pkgname" - make VERSION=$pkgver DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install } \ No newline at end of file