summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-15 20:40:47 +0300
committerSchwonder Reismus2019-06-15 20:40:47 +0300
commit4510196feaecb49c88b197456b8698497a991d68 (patch)
tree547756228386351d25db958e972c30f325ea5894 /PKGBUILD
parentd90ec9f2ae6aa1b82006ece3648ec6104bff6172 (diff)
downloadaur-4510196feaecb49c88b197456b8698497a991d68.tar.gz
Add gettext to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2aa170bb0ede..fbde2926c2fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=foliate-git
_name=foliate
pkgver=151.371af80
-pkgrel=1
+pkgrel=2
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')
+makedepends=('gettext' 'meson' 'ninja')
optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language')
source=("$_name::git+https://github.com/johnfactotum/$_name.git#branch=master")