summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2023-05-01 12:38:35 -0500
committerlibele2023-05-01 12:38:35 -0500
commit9e561a3e1dc0d369d04012b2b871f53a85008f79 (patch)
treea55f53eaa551dab44ed1e2847f6222c2279f3cb9
parent12f3b848cae2871855d7b7f34f653e79552f1d1a (diff)
downloadaur-9e561a3e1dc0d369d04012b2b871f53a85008f79.tar.gz
punyinform 4.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf50efaedef1..efe0413c9240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inform
pkgdesc = The Inform 6 compiler, standard library, and PunyInform library
- pkgver = 6.41.r4
+ pkgver = 6.41.r5
pkgrel = 1
url = https://gitlab.com/DavidGriffith/inform6unix
arch = aarch64
@@ -16,8 +16,9 @@ pkgbase = inform
license = MIT
depends = perl
depends = ruby
- provides = punyinform=4.0
- source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r4.tar.gz
- md5sums = 1dc445772f6639248742ac751449ad88
+ provides = punyinform=4.5
+ source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r5.tar.gz
+ md5sums = 3e297b937ff6e387cc7d9a419e93cbfb
+ sha256sums = 26c2ee7d19aa52627889fd575118bdb304b4ba9c3e1e3f36ed3dbb03da8300d8
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index b1c6984cf125..afdfe61fd494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Beej <beej@beej.us>
pkgname=inform
-_pkgver=6.41-r4
+_pkgver=6.41-r5
pkgver="${_pkgver//-/.}"
pkgrel=1
pkgdesc="The Inform 6 compiler, standard library, and PunyInform library"
@@ -11,9 +11,10 @@ url="https://gitlab.com/DavidGriffith/inform6unix"
license=('Artistic2.0' 'MIT')
groups=(inform)
depends=('perl' 'ruby')
-provides=('punyinform=4.0')
+provides=('punyinform=4.5')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('1dc445772f6639248742ac751449ad88')
+md5sums=('3e297b937ff6e387cc7d9a419e93cbfb')
+sha256sums=('26c2ee7d19aa52627889fd575118bdb304b4ba9c3e1e3f36ed3dbb03da8300d8')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"