summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-07-09 12:01:18 +0300
committerSchwonder Reismus2019-07-09 12:01:18 +0300
commit83aa6293bceeb1d2546f3abf8668acd7605f4d24 (patch)
treeaf775d77c60e974f09bf46bf16041fa08c6d8b96
parentff38ee0926f478617729a4322187853c3bf46f14 (diff)
downloadaur-83aa6293bceeb1d2546f3abf8668acd7605f4d24.tar.gz
Add dictd to optional dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9264e29c2fce..a06e867be152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foliate
pkgdesc = A simple and modern GTK eBook reader
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://johnfactotum.github.io/foliate/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = foliate
depends = webkit2gtk
optdepends = hyphen: Auto-hyphenation support
optdepends = hyphen-en: Hyphenation rules for English; you may choose package for your language
+ optdepends = dictd: Offline dictionary support
provides = foliate
conflicts = foliate-git
source = https://github.com/johnfactotum/foliate/archive/1.4.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7013c6fca525..2f45aeecedb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foliate
pkgver=1.4.0
-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/"
@@ -10,7 +10,8 @@ license=('GPL-3.0')
depends=('gjs>=1.52.0' 'webkit2gtk')
makedepends=('meson>=0.40' 'ninja' 'gettext')
optdepends=('hyphen: Auto-hyphenation support'
- 'hyphen-en: Hyphenation rules for English; you may choose package for your language')
+ 'hyphen-en: Hyphenation rules for English; you may choose package for your language'
+ 'dictd: Offline dictionary support')
source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)
provides=("$pkgname")
conflicts=("$pkgname-git")