summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-07-05 12:35:05 +0300
committerSchwonder Reismus2019-07-05 12:35:05 +0300
commitfcfaa8904d7ccfce52e02b98a4edfacc2aeb9805 (patch)
treee78e87230bba661fdbd2ae0f54cce30fa96b7c15 /PKGBUILD
parent7081121cb58ccafadd3d65e195dbe1bc594fe6a2 (diff)
downloadaur-fcfaa8904d7ccfce52e02b98a4edfacc2aeb9805.tar.gz
Updated the needed packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6723afeddaac..7116fd6559d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=foliate
pkgver=1.3.1
-pkgrel=1
+pkgrel=5
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>=1.54.0' 'webkit2gtk' 'libsoup')
-makedepends=('meson' 'ninja')
+depends=('gjs>=1.52.0' 'webkit2gtk' 'gettext')
+makedepends=('meson>=0.40' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language')
source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)