summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-06-25 23:27:59 +0200
committerhaawda2020-06-25 23:27:59 +0200
commit4fc5b87838d5ca26c301c801d2b1fc311495483e (patch)
tree9af3c151ed1085f8ff2b19340b44dde529121b6b
parent375c434cb6ac9d651494d61b94db96449bcc312b (diff)
downloadaur-4fc5b87838d5ca26c301c801d2b1fc311495483e.tar.gz
stick to a working commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3c4a5890e21..b3b4c2461004 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.9.r11739
+ pkgver = 0.9.10_pre1.r12413
pkgrel = 1
epoch = 3
url = http://practical-scheme.net/gauche/index.html
@@ -18,7 +18,7 @@ pkgbase = gauche-git
conflicts = gauche
options = !makeflags
options = !emptydirs
- source = git+https://github.com/shirok/Gauche.git
+ source = git+https://github.com/shirok/Gauche.git#commit=951c82830442f6f7c389f01bc62601c6f9fc89eb
md5sums = SKIP
pkgname = gauche-git
diff --git a/PKGBUILD b/PKGBUILD
index b88877f59be9..5e3fca4d5bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gauche-git
-pkgver=0.9.9.r11739
+pkgver=0.9.10_pre1.r12413
pkgrel=1
epoch=3
pkgdesc="R7RS Scheme implementation developed to be a handy script interpreter"
@@ -15,7 +15,7 @@ depends=('zlib' 'gdbm' 'libatomic_ops' 'gauche' 'slib')
makedepends=('bash' 'git')
provides=('gauche')
conflicts=('gauche')
-source=('git+https://github.com/shirok/Gauche.git')
+source=('git+https://github.com/shirok/Gauche.git#commit=951c82830442f6f7c389f01bc62601c6f9fc89eb')
md5sums=('SKIP')
_gitname='Gauche'
options=('!makeflags' '!emptydirs')