summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Ethier2017-05-24 17:44:28 -0400
committerJustin Ethier2017-05-24 17:44:28 -0400
commitb2815c55a68922fe442f8e73e4f30632319cb069 (patch)
tree6d730d44ef68679cf460ed4119801dc293f652d3 /PKGBUILD
parentb9faceac0a5aa020b4cb0bc81434b08ed617e954 (diff)
downloadaur-b2815c55a68922fe442f8e73e4f30632319cb069.tar.gz
Version 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4245d2c9e22..4344061decfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.5
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc="A brand-new compiler that allows practical application development using R7RS Scheme"
arch=('i686' 'x86_64')
url="https://github.com/justinethier/cyclone-bootstrap"
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('061930a8b2e2484640f7412425691447')
+md5sums=('43245c1add463e95abf66c66b57f1eb3')
build() {
cd "cyclone-bootstrap-$pkgver"