summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-08 10:43:11 +0300
committerSchwonder Reismus2019-06-08 10:43:11 +0300
commit0241574265b531b856abbe99fa93e0e38e540e92 (patch)
tree2240536c5a2c0217573b9495b972ad5174abb7a0
parentaa636742260b1e4bef9f00a2a4cb1e9a510bebe6 (diff)
downloadaur-0241574265b531b856abbe99fa93e0e38e540e92.tar.gz
Add hyphen optinal dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef8719ea5a7..480899a0ddbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://johnfactotum.github.io/foliate/
arch = i686
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = foliate
depends = gjs
depends = webkit2gtk
depends = libsoup
+ optdepends = hyphen: Auto-hyphenation support
+ optdepends = hyphen-en: Hyphenation rules for English; you may choose package for your language
provides = foliate
conflicts = foliate-git
source = https://github.com/johnfactotum/foliate/archive/1.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e22beca0c368..b640d589c823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=foliate
pkgver=1.2.1
-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' 'webkit2gtk' 'libsoup')
makedepends=('meson' '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)
provides=("$pkgname")
conflicts=("$pkgname-git")