summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dca601470f3c..3c71ca020b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.3.3
+pkgver=0.3.4.1
pkgrel=1
-pkgdesc="An R7RS Scheme-to-C compiler using Cheney on the M.T.A with native threads"
+pkgdesc="A brand-new compiler that allows practical application development using R7RS Scheme"
arch=('i686' 'x86_64')
url="https://github.com/justinethier/cyclone-bootstrap"
license=('MIT')
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('c3a05931f5646526df961ab6b4c23109')
+md5sums=('6f9f60b73f195e9bd86552d68c8405da')
build() {
cd "cyclone-bootstrap-$pkgver"