summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornewbthenewbd2017-08-10 14:20:49 +0200
committernewbthenewbd2017-08-10 14:20:49 +0200
commitd4b4ce2eb41521fdc7e1da49d3fb64a421aecf51 (patch)
treebafc08d57f28de76d89b951c72748c2a71580e95 /PKGBUILD
parent9dad3684cf3353e4e499fbdffca6c6a6ed16daf0 (diff)
downloadaur-d4b4ce2eb41521fdc7e1da49d3fb64a421aecf51.tar.gz
Listed webkitgtk2 as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d823a906cd2..2d9319197fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _ver=1.16
_pkgbase=atril
pkgname=(${_pkgbase}-gtk2)
pkgver=${_ver}.1
-pkgrel=3
+pkgrel=4
pkgdesc="MATE document viewer (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@ license=('GPL')
depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib')
makedepends=('caja-gtk2' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
optdepends=('caja: Document Properties extension'
- 'texlive-bin: DVI support')
+ 'texlive-bin: DVI support'
+ 'webkitgtk2: ePub support (not recommended)')
groups=('mate-extra-gtk2')
conflicts=("${_pkgbase}")
provides=("${_pkgbase}")