summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-15 20:36:55 +0300
committerSchwonder Reismus2019-06-15 20:36:55 +0300
commit590688c361f726008fb9c43cc428b86f80b9c0e7 (patch)
tree06114b5e209579d4c15722e217d2f3eba048c948 /PKGBUILD
parent0241574265b531b856abbe99fa93e0e38e540e92 (diff)
downloadaur-590688c361f726008fb9c43cc428b86f80b9c0e7.tar.gz
Add gjs minimal version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b640d589c823..a4eff0cc5987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=foliate
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A simple and modern GTK eBook reader"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://johnfactotum.github.io/foliate/"
license=('GPL-3.0')
-depends=('gjs' 'webkit2gtk' 'libsoup')
+depends=('gjs>=1.54.0' 'webkit2gtk' 'libsoup')
makedepends=('meson' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language')