diff options
Diffstat (limited to 'community/zathura/PKGBUILD')
-rw-r--r-- | community/zathura/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD index dca7894fe..111b2b13b 100644 --- a/community/zathura/PKGBUILD +++ b/community/zathura/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 67724 2012-03-14 09:06:05Z spupykin $ +# $Id: PKGBUILD 67873 2012-03-15 15:50:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: ML <neldoreth> pkgname=zathura pkgver=0.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="a document viewer" arch=('i686' 'x86_64') url="http://pwmt.org/projects/zathura/" license=('custom') depends=('girara-gtk2' 'cairo' 'sqlite3') makedepends=('docutils') +optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps') install=zathura.install source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz) md5sums=('1379dfb1657b323da3b521ed251bb87a') |