summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c884a9e6cb1..38461a069472 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 = 1
+ pkgrel = 2
url = https://gitlab.com/DavidGriffith/inform6unix
arch = aarch64
arch = arm
@@ -14,8 +14,9 @@ pkgbase = inform
groups = inform
license = Artistic2.0
license = MIT
+ makedepends = frotz
+ makedepends = ruby
depends = perl
- depends = ruby
provides = punyinform=4.5
source = http://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.41-r6.tar.gz
md5sums = 48a56f0a691ea664dd4840d3d034a01b
diff --git a/PKGBUILD b/PKGBUILD
index efa183809694..cbe022e63406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=inform
_pkgver=6.41-r6
pkgver="${_pkgver//-/.}"
-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"
license=('Artistic2.0' 'MIT')
groups=(inform)
-depends=('perl' 'ruby')
+depends=('perl')
+makedepends=('frotz' 'ruby')
provides=('punyinform=4.5')
source=("http://ifarchive.org/if-archive/infocom/compilers/inform6/source/${pkgname}-${_pkgver}.tar.gz")
md5sums=('48a56f0a691ea664dd4840d3d034a01b')