summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32487eb84d61..7a578a262510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
pkgname='kawa'
-pkgver='2.4'
+pkgver='3.0'
pkgrel=1
pkgdesc='A Scheme implementation and framework targeted the JVM.'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://www.gnu.org/software/kawa/index.html'
license=('X11/MIT')
depends=('java-environment')
source=("http://ftp.gnu.org/pub/gnu/kawa/$pkgname-$pkgver.tar.gz")
-sha256sums=('14c08be81631a1eb8b8926ca235198ca165156c0c179ecbe6e838d3f4b47635d')
+sha256sums=('1e6e85217bd6d8c2a0c3478882a4570314df6b95078fe7b1225911c39abf38cd')
build() {
cd "$srcdir/$pkgname-$pkgver"