summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibele2023-10-12 00:29:11 -0500
committerlibele2023-10-12 00:29:11 -0500
commitdbaa49429bf0890ab374666a3a267e1e4db4f758 (patch)
tree8f922332903b41af07f1d724ccf93b38c3a9602b
parent32150537eab64ac743024ad78e5d8eb8cc5414b2 (diff)
downloadaur-dbaa49429bf0890ab374666a3a267e1e4db4f758.tar.gz
upgpkg: inform 6.41.r6-2
move ruby to makedepends
-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')