summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235adcaf3f88..f3a3fb8dff73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bones
pkgdesc = A simple Scheme compiler for x86_64 systems
pkgver = 20150929
- pkgrel = 2
+ pkgrel = 3
url = http://www.call-with-current-continuation.org/bones/
arch = x86_64
license = unknown
@@ -9,7 +9,7 @@ pkgbase = bones
makedepends = gcc
depends = nasm
source = http://www.call-with-current-continuation.org/bones/bones.tar.gz
- md5sums = 82f99018a2e0c50e8a802f39ab1d3a40
+ md5sums = 3f1f9eac4c5f592d72c677c7335ba2c8
pkgname = bones
diff --git a/PKGBUILD b/PKGBUILD
index 5463d259bb3e..b0b71cbd5b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Peter <craven@gmx.net>
pkgname=bones
pkgver=20150929
-pkgrel=2
+pkgrel=3
pkgdesc="A simple Scheme compiler for x86_64 systems"
arch=(x86_64)
url="http://www.call-with-current-continuation.org/bones/"
@@ -24,7 +24,7 @@ options=()
install=
changelog=
source=("http://www.call-with-current-continuation.org/${pkgname}/${pkgname}.tar.gz")
-md5sums=('82f99018a2e0c50e8a802f39ab1d3a40')
+md5sums=('3f1f9eac4c5f592d72c677c7335ba2c8')
noextract=()
validpgpkeys=()