summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-05-08 07:52:44 +0200
committerhaawda2017-05-08 07:52:44 +0200
commit134993bfb8a0a5123b310fb02e8ff3ec5eca570f (patch)
tree2e480a86a8f4e47e460bf6036e5693a7fbf2f9cd
parentc7271fa80fde54c16159e474c4e1b0681ec60e68 (diff)
downloadaur-134993bfb8a0a5123b310fb02e8ff3ec5eca570f.tar.gz
fix for guile2.0 and a copy and paste error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 255c7076c73d..2a448b5ddcca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Jun 9 04:33:44 UTC 2016
pkgbase = artanis
pkgdesc = A fast monolithic web-framework of Scheme
pkgver = 0.1.2
diff --git a/PKGBUILD b/PKGBUILD
index c8b5a5260e7e..7f83936f56ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ sha256sums=('a08d66a7960093bf62a82a5f7b663f88b67650bd628b34c72967e6f7aa996839')
build() {
cd $srcdir/$pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr
+ GUILE_EFFECTIVE_VERSION=2.2 ./configure --prefix=/usr
make
make docs
}
@@ -22,7 +22,7 @@ build() {
check() {
cd "$srcdir"/$pkgname-$pkgver
export GUILE_LOAD_PATH=$GUILE_LOAD_PATH:.
- guile -c '(display (@ (artdd if=haiku-nightly-anyboot.image of=/dev/sdeanis artanis) artanis-version))'
+ guile -c '(display (@ (artanis artanis) artanis-version))'
}
package() {