summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-09-16 10:52:15 -0400
committerDylan Delgado2022-09-16 10:52:15 -0400
commit389ed9484e2fa496851f565183a4de227804def6 (patch)
tree3f86a67fa42da36bbd4ffa0b187040e4ce1df165
parenteea95b743ce1b441c6eec62c9386f6c8a639909d (diff)
downloadaur-389ed9484e2fa496851f565183a4de227804def6.tar.gz
Add icu as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a96649d0bc8..be58a7800d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = inky
pkgdesc = Editor for ink: inkle's narrative scripting language
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.inklestudios.com/ink
arch = x86_64
license = MIT
+ depends = icu
optdepends = mono: for exporting to web and JSON
options = !strip
source = inky-0.13.0.zip::https://github.com/inkle/inky/releases/download/0.13.0/Inky_linux.zip
diff --git a/PKGBUILD b/PKGBUILD
index 5f0d545abd47..00d94f5bc894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributer: Felix Laurie von Massenbach <felix@erbridge.co.uk>
pkgname=inky
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Editor for ink: inkle's narrative scripting language"
arch=('x86_64')
url="http://www.inklestudios.com/ink"
license=('MIT')
options=('!strip')
+depends=('icu')
optdepends=('mono: for exporting to web and JSON')
source=("${pkgname}-${pkgver}.zip::https://github.com/inkle/inky/releases/download/${pkgver}/Inky_linux.zip"
"${pkgname}-${pkgver}.png::https://github.com/inkle/inky/raw/${pkgver}/resources/Icon1024.png"