summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornekgem22023-03-27 02:25:57 +0000
committernekgem22023-03-27 02:25:57 +0000
commita23e4aea4f3178a8f2465a353975ce8f9ca79ca4 (patch)
tree35497ae59bca960411f446eb40f42d75faf8591a /PKGBUILD
parentc0e0ed4fb281713a0525dd75428521c5f6ca1973 (diff)
downloadaur-a23e4aea4f3178a8f2465a353975ce8f9ca79ca4.tar.gz
fix some issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdb2e6f11cea..f8e66b3712fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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" \