diff options
author | nekgem2 | 2023-03-27 02:25:57 +0000 |
---|---|---|
committer | nekgem2 | 2023-03-27 02:25:57 +0000 |
commit | a23e4aea4f3178a8f2465a353975ce8f9ca79ca4 (patch) | |
tree | 35497ae59bca960411f446eb40f42d75faf8591a /PKGBUILD | |
parent | c0e0ed4fb281713a0525dd75428521c5f6ca1973 (diff) | |
download | aur-a23e4aea4f3178a8f2465a353975ce8f9ca79ca4.tar.gz |
fix some issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Maintainer: nekgem2 <nekgem2@firemail.cc> pkgname=lokinet pkgver=0.9.11 -pkgrel=1 +pkgrel=2 pkgdesc="Anonymous, decentralized and IP based overlay network for the internet." arch=('x86_64' 'aarch64') url="https://lokinet.org" @@ -35,6 +35,7 @@ build() { # XXX cmake stuff overrides CFLAGS cmake \ + -DLOKINET_VERSIONTAG=release \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_C_FLAGS="$CFLAGS" \ |