summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2023-10-12 00:47:19 -0500
committerlibele2023-10-12 00:47:19 -0500
commitd5492584ea3e27c70fd54832c4b6b545a2d85fcd (patch)
tree34c70ed8309965934fcaffc5e86d971bfb2986dc
parentdbaa49429bf0890ab374666a3a267e1e4db4f758 (diff)
downloadaur-d5492584ea3e27c70fd54832c4b6b545a2d85fcd.tar.gz
upgpkg: inform 6.41.r8-1
upstream release version 6.41-r8
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38461a069472..514342dcece6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inform
pkgdesc = The Inform 6 compiler, standard library, and PunyInform library
- pkgver = 6.41.r6
- pkgrel = 2
+ pkgver = 6.41.r8
+ pkgrel = 1
url = https://gitlab.com/DavidGriffith/inform6unix
arch = aarch64
arch = arm
@@ -16,10 +16,10 @@ pkgbase = inform
license = MIT
makedepends = frotz
makedepends = ruby
- depends = perl
- provides = punyinform=4.5
- source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r6.tar.gz
- md5sums = 48a56f0a691ea664dd4840d3d034a01b
- sha256sums = 609de4f5cfae611cc8e6f3333d7016bdb2e802fe39096c59db50c5b31e14b557
+ optdepends = perl: for blorb scripts
+ provides = punyinform=5.0
+ source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r8.tar.gz
+ md5sums = fef49de12089ed60cbe4acc83ea2fcda
+ sha256sums = de8a4a8f8c46bdfed10abc58e9ee9255b696568d19884d3293f7892c515cd8e3
pkgname = inform
diff --git a/PKGBUILD b/PKGBUILD
index cbe022e63406..b1fcbb3f2060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Beej <beej@beej.us>
pkgname=inform
-_pkgver=6.41-r6
+_pkgver=6.41-r8
pkgver="${_pkgver//-/.}"
-pkgrel=2
+pkgrel=1
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"
license=('Artistic2.0' 'MIT')
groups=(inform)
-depends=('perl')
makedepends=('frotz' 'ruby')
-provides=('punyinform=4.5')
+optdepends=('perl: for blorb scripts')
+provides=('punyinform=5.0')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('48a56f0a691ea664dd4840d3d034a01b')
-sha256sums=('609de4f5cfae611cc8e6f3333d7016bdb2e802fe39096c59db50c5b31e14b557')
+md5sums=('fef49de12089ed60cbe4acc83ea2fcda')
+sha256sums=('de8a4a8f8c46bdfed10abc58e9ee9255b696568d19884d3293f7892c515cd8e3')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"