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 4b24335534da..166be917dea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# contributor: Alessandro Schillaci < http://slade.altervista.org >
pkgname=inform
-pkgver=6.35.r5
-_ifrel="6.35-r5"
+pkgver=6.35.r6
+_ifrel="6.35-r6"
pkgrel=1
pkgdesc="Interactive fiction compiler"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'pentium4' 'x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
groups=(inform)
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_ifrel}.tar.gz")
-md5sums=('b37d66c71a57b15d68a473446aae9d3c')
+md5sums=('7bd10f96a624dcc819cdfeb9fa9b0561')
build() {
cd "${srcdir}/${pkgname}-${_ifrel}"