summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2022-05-01 14:02:35 -0500
committerlibele2022-05-01 14:02:35 -0500
commit50b93e4877f6b4c134a139559d7788a963bb7a44 (patch)
tree7deafae33135c3eed70dbea71f47c128ce19be18
parent57528a55bedae28c074c4013283d8cda90a10f9d (diff)
downloadaur-50b93e4877f6b4c134a139559d7788a963bb7a44.tar.gz
inform 6.36.r3, punyinform 3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 450eae95a733..f23cc1b88daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform
pkgdesc = Interactive fiction compiler
- pkgver = 6.36.r2
+ pkgver = 6.36.r3
pkgrel = 1
url = http://www.inform-fiction.org/
arch = aarch64
@@ -14,7 +14,7 @@ pkgbase = inform
license = Artistic2.0
license = MIT
depends = glibc
- source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.36-r2.tar.gz
- md5sums = 5cac4b8c563ea81e7c897eabe6a37d18
+ source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.36-r3.tar.gz
+ md5sums = ce9510174ef3862ed23da805cb31806a
pkgname = inform
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}"