summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJacki2024-03-14 18:12:13 +0100
committerJacki2024-03-14 18:12:13 +0100
commitd7bf1517e4440f487855542da5a7ff1bbded7f9e (patch)
tree0fbebaa7128d00e27824d964c1db983bd26d9bc7 /PKGBUILD
parentf3ed9fd72642df8caf9558c9973f11d24bbb4a9c (diff)
downloadaur-libgnunetchat-git.tar.gz
Fix installation prefix
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 554b4b3d884f..3d6867bbb2b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
-# Contributor: TheJackiMonster <thejackimonster AT gmail DOT com>
+# Contributor: Jacki <jacki AT thejackimonster DOT de>
_framework='gnunet'
_module='libgnunetchat'
pkgname="${_module}-git"
-pkgver='r120.c6ffad6'
-pkgrel=2
+pkgver='r195.f2ede88'
+pkgrel=1
pkgdesc='GNUnet chat library'
arch=('i686' 'x86_64')
url="http://${_framework}.org"
@@ -29,7 +29,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_module}"
- meson build
+ meson setup --prefix /usr build
}
build() {