summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-15 20:35:28 +0300
committerSchwonder Reismus2019-06-15 20:35:28 +0300
commitd90ec9f2ae6aa1b82006ece3648ec6104bff6172 (patch)
tree9ee688408300463779e9f0c6e66b55e0863fc83a
parentdda902e4afc1c457b43e51b39dd6b6be149640ea (diff)
downloadaur-d90ec9f2ae6aa1b82006ece3648ec6104bff6172.tar.gz
Bump version; add gjs minimal version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80a045e18816..15c92577624b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foliate-git
pkgdesc = A simple and modern GTK eBook reader
- pkgver = 129.470e1e3
+ pkgver = 151.371af80
pkgrel = 1
url = https://johnfactotum.github.io/foliate/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = foliate-git
license = GPL-3.0
makedepends = meson
makedepends = ninja
- depends = gjs
+ depends = gjs>=1.54.0
depends = webkit2gtk
depends = libsoup
optdepends = hyphen: Auto-hyphenation support
diff --git a/PKGBUILD b/PKGBUILD
index 53ba5dcc3412..2aa170bb0ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=foliate-git
_name=foliate
-pkgver=129.470e1e3
+pkgver=151.371af80
pkgrel=1
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')