summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e84efa73eb9d..d17f683701cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=serveez
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="server framework"
url="https://www.gnu.org/software/serveez"
arch=('x86_64')
license=("GPL3")
-depends=("guile")
+depends=("guile2.2")
source=("$pkgname-$pkgver.tar.gz::https://ftp.gnu.org/gnu/serveez/${pkgname}-${pkgver}.tar.lz")
md5sums=('02697fe81ff23365d956525ee0b6fd22')
build() {
cd "$pkgname-$pkgver"
CFLAGS="${CFLAGS} -Wno-error=format-security"
+ export GUILE=guile2.2
./configure --prefix "${pkgdir}/usr"
make