summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Kubernát2024-12-23 11:47:15 +0100
committerVáclav Kubernát2024-12-23 11:47:15 +0100
commit3e4f05d134193483b93204a6ba39aa14212c4e00 (patch)
tree89ea9bd45e9b94f8d82ae7f8828058c28cf1b8a2
parent8ec3034863dfded2eda69083257a085326f33c90 (diff)
downloadaur-3e4f05d134193483b93204a6ba39aa14212c4e00.tar.gz
Fix CMake variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9500cb49529f..b215bc5a68f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lith-git
pkgdesc = A multiplatform WeeChat relay client
pkgver = 1.7.25.r7.gb6aa6a4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/LithApp/Lith
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a742924d83be..4d43b9a6174a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Václav Kubernát <sir.venceslas@gmail.com>
pkgname=lith-git
pkgver=1.7.25.r7.gb6aa6a4
-pkgrel=2
+pkgrel=3
pkgdesc='A multiplatform WeeChat relay client'
arch=('x86_64')
url='https://github.com/LithApp/Lith'
@@ -33,7 +33,7 @@ build() {
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_BUILD_TYPE=Release \
-DLITH_FORCE_LOCAL_PACKAGES_ONLY=ON \
- -DVERSION="$(pkgver)"
+ -DLITH_VERSION="$(pkgver)"
cmake --build "$srcdir/build"
}