summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-08 10:45:01 +0300
committerSchwonder Reismus2019-06-08 10:45:01 +0300
commit4064e32a4155824d0fc156f7b93c259e242cc7fe (patch)
tree3d798e0b0b841b1027e371d634ae3c498f26f2bd /PKGBUILD
parent948fbfbb71106bf73648e94ddc9b0324693d98dd (diff)
downloadaur-4064e32a4155824d0fc156f7b93c259e242cc7fe.tar.gz
Add hyphen optinal dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27b7c80f4313..22b10e7c257b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=foliate-git
_name=foliate
-pkgver=96.81a8506
-pkgrel=1
+pkgver=99.a37760f
+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' 'webkit2gtk' 'libsoup')
makedepends=('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")
provides=("$_name")
replaces=("$_name")