summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2022-07-31 21:28:54 -0500
committerlibele2022-07-31 21:28:54 -0500
commit6c2319e7790b08d5d539a05dfa115965b84d4907 (patch)
tree726066955218feb67fe4d06588e5a2b159ebdea4
parent1a825d1dfe4c8a54f244e698c42c40865640c56f (diff)
downloadaur-6c2319e7790b08d5d539a05dfa115965b84d4907.tar.gz
upstream uses md5sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74a9fefd99e6..4e50ed2da271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inform
pkgdesc = The Inform 6 compiler, standard library, and PunyInform library
pkgver = 6.40.r1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/DavidGriffith/inform6unix
arch = aarch64
arch = arm
@@ -18,6 +18,6 @@ pkgbase = inform
depends = ruby
provides = punyinform=4.0
source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.40-r1.tar.gz
- b2sums = 9178c5383fd9469694b0b0ee6a27e01652643c504d36fea61a424e1ec93f91adb264fd16fd9c217a806e22a381c91448b5a60370cf3da6a692184d7cd32da961
+ md5sums = ce99af3ec4cc1c1ed689682f3e43ab6a
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index bd6b615f5442..476b95ba86d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=inform
pkgver=6.40.r1
_ifrel="6.40-r1"
-pkgrel=1
+pkgrel=2
pkgdesc="The Inform 6 compiler, standard library, and PunyInform library"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://gitlab.com/DavidGriffith/inform6unix"
@@ -13,7 +13,7 @@ groups=(inform)
depends=('perl' 'ruby')
provides=('punyinform=4.0')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_ifrel}.tar.gz")
-b2sums=('9178c5383fd9469694b0b0ee6a27e01652643c504d36fea61a424e1ec93f91adb264fd16fd9c217a806e22a381c91448b5a60370cf3da6a692184d7cd32da961')
+md5sums=('ce99af3ec4cc1c1ed689682f3e43ab6a')
build() {
cd "${srcdir}/${pkgname}-${_ifrel}"