summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2022-04-11 21:26:41 -0500
committerlibele2022-04-11 21:26:41 -0500
commit57528a55bedae28c074c4013283d8cda90a10f9d (patch)
treefa7f911ac8bd319e289d35508ad117935e78a69a
parentd0ba3050ab557084a2a3b6157ba4e54052861111 (diff)
downloadaur-57528a55bedae28c074c4013283d8cda90a10f9d.tar.gz
inform 6.36.r2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a458de1fe6..450eae95a733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform
pkgdesc = Interactive fiction compiler
- pkgver = 6.36.r1
+ pkgver = 6.36.r2
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-r1.tar.gz
- md5sums = 229e50848a64c0317cdb59a2682484b7
+ source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.36-r2.tar.gz
+ md5sums = 5cac4b8c563ea81e7c897eabe6a37d18
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index ca9c264e1669..39247f679aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# contributor: Alessandro Schillaci < http://slade.altervista.org >
pkgname=inform
-pkgver=6.36.r1
-_ifrel="6.36-r1"
+pkgver=6.36.r2
+_ifrel="6.36-r2"
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=('229e50848a64c0317cdb59a2682484b7')
+md5sums=('5cac4b8c563ea81e7c897eabe6a37d18')
build() {
cd "${srcdir}/${pkgname}-${_ifrel}"