summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2024-01-09 02:13:35 -0600
committerlibele2024-01-09 02:13:35 -0600
commit75062ca1d121907116ade05f18a261ea2b0405aa (patch)
tree8c51cb721c668f0fa96e8072601eca2e688a8106 /PKGBUILD
parent79093102015aef72a6fe522569f96133879849b2 (diff)
downloadaur-75062ca1d121907116ade05f18a261ea2b0405aa.tar.gz
upgpkg: inform 6.41.r11-1
upstream release inform 6.41, inform library 6.12.6, punyinform library 5.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a221f602e05b..25c7de7829a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Beej <beej@beej.us>
pkgname=inform
-_pkgver=6.41-r10
+_pkgver=6.41-r11
pkgver="${_pkgver//-/.}"
pkgrel=1
pkgdesc="The Inform 6 compiler, standard library, and PunyInform library"
@@ -14,8 +14,8 @@ makedepends=('frotz' 'ruby')
optdepends=('perl: for blorb scripts')
provides=('punyinform=5.0')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('b2fe59f61ef1f278c48808190cdd01d6')
-sha256sums=('a36781a732dcccd8de0a3a04b59b0681fa1b1303d58f51449620ca0b9a8de879')
+md5sums=('8bf64a2b659c99bde123eaa21a6792a8')
+sha256sums=('91f15f8c92f4ddfdda7f587f25dbe422db8316ef1a1a53370516b678107e75d6')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"