diff --git a/Makefile b/Makefile index 245ec02..a160d85 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} DESTDIR=/ -LDFLAGS=-ldflags "-s -w -X main.version=22.42.0" -tags osusergo,netgo +LDFLAGS=-ldflags "-s -w -X main.version=22.43.0" -tags osusergo,netgo all: ${TARGET} @@ -14,7 +14,7 @@ ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go run: - bin/${TARGET} -path ~ -listen 127.0.0.1:19135 + bin/${TARGET} -path /mnt/data -listen 127.0.0.1:19135 install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 3d3f6bd..ef84c80 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-files -pkgver=22.42.0 +pkgver=22.43.0 pkgrel=1 pkgdesc="Arav's dwelling / Files" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -15,7 +15,7 @@ replaces=() backup=() options=() install= -source=('https://git.arav.top/Arav/dwelling-files/archive/22.42.0.tar.gz') +source=('https://git.arav.top/Arav/dwelling-files/archive/22.43.0.tar.gz') noextract=() md5sums=('SKIP')