summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-01 01:41:36 +0200
committerhaawda2020-07-01 01:41:36 +0200
commit9be6dbed979c3b3f7a4915407f6d803a6533b455 (patch)
treee3d8e56b51d45b3d09f7ab3dad60912326abf8ae
parent272e0f910260ebd859059152bd1fe9d2033f4a31 (diff)
downloadaur-9be6dbed979c3b3f7a4915407f6d803a6533b455.tar.gz
new dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fdb80ec6989..57654d43498d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gauche-git
pkgdesc = R7RS Scheme implementation developed to be a handy script interpreter
- pkgver = 0.9.10_pre1.r12414
+ pkgver = 0.9.10_pre1.r12427
pkgrel = 1
epoch = 3
url = http://practical-scheme.net/gauche/index.html
@@ -16,8 +16,6 @@ pkgbase = gauche-git
depends = slib
provides = gauche
conflicts = gauche
- options = !makeflags
- options = !emptydirs
source = git+https://github.com/shirok/Gauche.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0aaa57746fc1..695d8de79b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gauche-git
-pkgver=0.9.10_pre1.r12414
+pkgver=0.9.10_pre1.r12427
pkgrel=1
epoch=3
pkgdesc="R7RS Scheme implementation developed to be a handy script interpreter"
@@ -18,7 +18,7 @@ conflicts=('gauche')
source=('git+https://github.com/shirok/Gauche.git')
md5sums=('SKIP')
_gitname='Gauche'
-options=('!makeflags' '!emptydirs')
+#options=('!makeflags' '!emptydirs')
pkgver() {
cd "$_gitname"