diff --git a/Makefile b/Makefile index 0dbb054..1efb569 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -VERSION=23.29.0 +VERSION=23.32.0 LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 3c6f9fa..1b89b2c 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-home -pkgver=23.29.0 +pkgver=23.32.0 pkgrel=1 pkgdesc="Arav's dwelling / Home" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')