summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibele2023-10-12 00:29:11 -0500
committerlibele2023-10-12 00:29:11 -0500
commitdbaa49429bf0890ab374666a3a267e1e4db4f758 (patch)
tree8f922332903b41af07f1d724ccf93b38c3a9602b /PKGBUILD
parent32150537eab64ac743024ad78e5d8eb8cc5414b2 (diff)
downloadaur-dbaa49429bf0890ab374666a3a267e1e4db4f758.tar.gz
upgpkg: inform 6.41.r6-2
move ruby to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')