summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2015-10-14 08:47:22 -0400
committerMark Oteiza2015-10-14 08:47:22 -0400
commit52f3ca21e640acc991514e19c190af873c7d0a5a (patch)
tree03a58ff5ed33cd17218804a5b689100dab3a6b08
parentfad787c289d0d20e48cf0d6ec14088c8548b088b (diff)
downloadaur-52f3ca21e640acc991514e19c190af873c7d0a5a.tar.gz
v0.8.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1fc735e4273..e0bccc35c2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: holomorph
pkgname=geiser
-pkgver=0.7
+pkgver=0.8.1
pkgrel=1
pkgdesc='Emacs environment to hack in Scheme'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('racket: scheme implementation'
'chicken: scheme implementation')
install=geiser.install
source=("https://github.com/jaor/geiser/archive/$pkgver.tar.gz")
-sha256sums=('af2952b1c184ef4e11053f2d665b40825fd116f5bb17a8d8b00b3c2815bd67ed')
+sha256sums=('e891b6f488d7bd8056e8c2ff590e4862497703484282efa43d8ac1196d5a933d')
build() {
cd "$pkgname-$pkgver"