summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2017-06-29 18:12:19 -0400
committerJustin Ethier2017-06-29 18:12:19 -0400
commit2e6a6723b60e6cf9b363a408520a9bf27061a457 (patch)
treee9a1124b76390258d3281cc70208c7433cbb221f
parentdaab7e37a9b3c4c172fad05fd299a89929050b15 (diff)
downloadaur-2e6a6723b60e6cf9b363a408520a9bf27061a457.tar.gz
0.5.3 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c9c0731c445..ba5f5070507b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cyclone-scheme
pkgdesc = A brand-new compiler that allows practical application development using R7RS Scheme
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cyclone-scheme
depends = libtommath
depends = gcc
depends = make
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.5.2.tar.gz
- md5sums = 39cb1c429d9760e4da774f4e876fb059
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.5.3.tar.gz
+ md5sums = 79f1b2144f4dd896b10a17fbfc8a5958
pkgname = cyclone-scheme
diff --git a/PKGBUILD b/PKGBUILD
index 0348d5eca18b..2259159082bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Ethier <justin.ethier@gmail.com>
pkgname=cyclone-scheme
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A brand-new compiler that allows practical application development using R7RS Scheme"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ changelog=
source=($url/archive/v$pkgver.tar.gz)
noextract=()
#autofill using updpkgsums
-md5sums=('39cb1c429d9760e4da774f4e876fb059')
+md5sums=('79f1b2144f4dd896b10a17fbfc8a5958')
build() {
cd "cyclone-bootstrap-$pkgver"