summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-02-26 20:15:49 +0100
committerhaawda2023-02-26 20:15:49 +0100
commit3394f017b559ce5aa89bd0a491b965cfb041fc6b (patch)
tree7f18b145ef9e229043a1fc9c31c2e51d201d7f46 /PKGBUILD
parent7f13b63c68dfc2d03eec3d01e6e14bade3c04c35 (diff)
downloadaur-3394f017b559ce5aa89bd0a491b965cfb041fc6b.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a61fcb0e11b..d80bb1e3d30e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gauche-git
-pkgver=0.9.11.p1.r13835
+pkgver=0.9.13_pre2.r14715
pkgrel=1
epoch=6
pkgdesc="R7RS Scheme implementation developed to be a handy script interpreter"
@@ -11,8 +11,8 @@ url='http://practical-scheme.net/gauche/index.html'
license=('BSD')
# gauche only needed if this is the first build of gauche-git,
# afterwards gauche-git will provide gauche
-depends=('mbedtls' 'gdbm' 'libatomic_ops' 'gauche' 'slib')
-makedepends=('bash' 'git')
+depends=('mbedtls' 'gdbm' 'libatomic_ops' 'slib')
+makedepends=('bash' 'git' 'gauche')
provides=('gauche')
conflicts=('gauche')
source=('git+https://github.com/shirok/Gauche.git')