summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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}"