summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2022-01-03 07:19:34 -0600
committerlibele2022-01-03 07:19:34 -0600
commit8043e482165070b80644dbcb7699f713446d68cf (patch)
treeb51a020c1d7f373eef873e20bf8a9428462062b9 /PKGBUILD
parentb3e911c2b948321f3cdeaabea61796b2739cd096 (diff)
downloadaur-8043e482165070b80644dbcb7699f713446d68cf.tar.gz
inform 6.35.r8, punyinform 3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0c1e74aaa2c..4015ebdf7d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# contributor: Alessandro Schillaci < http://slade.altervista.org >
pkgname=inform
-pkgver=6.35.r7
-_ifrel="6.35-r7"
+pkgver=6.35.r8
+_ifrel="6.35-r8"
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=('d089d77e002c6378c77e90ed34f96b95')
+md5sums=('9634cef85c7b7b5c8865c68b1f9367bc')
build() {
cd "${srcdir}/${pkgname}-${_ifrel}"