summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2023-05-29 20:14:55 -0500
committerlibele2023-05-29 20:14:55 -0500
commit32150537eab64ac743024ad78e5d8eb8cc5414b2 (patch)
treec4d5ebb5b5e318148480aff06ba3bfec56f9305e
parent9e561a3e1dc0d369d04012b2b871f53a85008f79 (diff)
downloadaur-32150537eab64ac743024ad78e5d8eb8cc5414b2.tar.gz
upgpkg: inform 6.41.r6-1
upstream release version 6.41-r6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe0413c9240..5c884a9e6cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform
pkgdesc = The Inform 6 compiler, standard library, and PunyInform library
- pkgver = 6.41.r5
+ pkgver = 6.41.r6
pkgrel = 1
url = https://gitlab.com/DavidGriffith/inform6unix
arch = aarch64
@@ -17,8 +17,8 @@ pkgbase = inform
depends = perl
depends = ruby
provides = punyinform=4.5
- source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r5.tar.gz
- md5sums = 3e297b937ff6e387cc7d9a419e93cbfb
- sha256sums = 26c2ee7d19aa52627889fd575118bdb304b4ba9c3e1e3f36ed3dbb03da8300d8
+ source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r6.tar.gz
+ md5sums = 48a56f0a691ea664dd4840d3d034a01b
+ sha256sums = 609de4f5cfae611cc8e6f3333d7016bdb2e802fe39096c59db50c5b31e14b557
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index afdfe61fd494..efa183809694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Beej <beej@beej.us>
pkgname=inform
-_pkgver=6.41-r5
+_pkgver=6.41-r6
pkgver="${_pkgver//-/.}"
pkgrel=1
pkgdesc="The Inform 6 compiler, standard library, and PunyInform library"
@@ -13,8 +13,8 @@ groups=(inform)
depends=('perl' 'ruby')
provides=('punyinform=4.5')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('3e297b937ff6e387cc7d9a419e93cbfb')
-sha256sums=('26c2ee7d19aa52627889fd575118bdb304b4ba9c3e1e3f36ed3dbb03da8300d8')
+md5sums=('48a56f0a691ea664dd4840d3d034a01b')
+sha256sums=('609de4f5cfae611cc8e6f3333d7016bdb2e802fe39096c59db50c5b31e14b557')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"