summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2022-05-01 14:02:35 -0500
committerlibele2022-05-01 14:02:35 -0500
commit50b93e4877f6b4c134a139559d7788a963bb7a44 (patch)
tree7deafae33135c3eed70dbea71f47c128ce19be18 /PKGBUILD
parent57528a55bedae28c074c4013283d8cda90a10f9d (diff)
downloadaur-50b93e4877f6b4c134a139559d7788a963bb7a44.tar.gz
inform 6.36.r3, punyinform 3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39247f679aff..dff5a5fc4fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# contributor: Alessandro Schillaci < http://slade.altervista.org >
pkgname=inform
-pkgver=6.36.r2
-_ifrel="6.36-r2"
+pkgver=6.36.r3
+_ifrel="6.36-r3"
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=('5cac4b8c563ea81e7c897eabe6a37d18')
+md5sums=('ce9510174ef3862ed23da805cb31806a')
build() {
cd "${srcdir}/${pkgname}-${_ifrel}"