summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ethier2017-02-11 16:48:18 -0500
committerJustin Ethier2017-02-11 16:48:18 -0500
commit3f15374c0295dd090c26ee1b36db82a348b899ce (patch)
tree6aa42922674674d65c4c2b9b858d48dde4f8bc1d
parentc6517d7422d5196cafdae4136bdcd5e15c6b0a3b (diff)
downloadaur-3f15374c0295dd090c26ee1b36db82a348b899ce.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370890283e4c..e97645721b8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cyclone-scheme
- pkgdesc = An R7RS Scheme-to-C compiler using Cheney on the M.T.A with native threads
- pkgver = 0.3.3
+ pkgdesc = A brand-new compiler that allows practical application development using R7RS Scheme
+ pkgver = 0.3.4.1
pkgrel = 1
url = https://github.com/justinethier/cyclone-bootstrap
arch = i686
arch = x86_64
license = MIT
depends = libck
- source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.3.3.tar.gz
- md5sums = c3a05931f5646526df961ab6b4c23109
+ source = https://github.com/justinethier/cyclone-bootstrap/archive/v0.3.4.1.tar.gz
+ md5sums = 6f9f60b73f195e9bd86552d68c8405da
pkgname = cyclone-scheme
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"