[arch-commits] Commit in zathura/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 20 05:48:45 UTC 2014


    Date: Monday, October 20, 2014 @ 07:48:45
  Author: bpiotrowski
Revision: 121009

upgpkg: zathura 0.3.0-1

new upstream release

Modified:
  zathura/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 05:45:52 UTC (rev 121008)
+++ PKGBUILD	2014-10-20 05:48:45 UTC (rev 121009)
@@ -4,19 +4,22 @@
 # Contributor: ML <neldoreth>
 
 pkgname=zathura
-pkgver=0.2.9
+pkgver=0.3.0
 pkgrel=1
-pkgdesc="a document viewer"
+pkgdesc="Minimalistic document viewer"
 arch=('i686' 'x86_64')
 url="http://pwmt.org/projects/zathura/"
 license=('custom')
 depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps')
+optdepends=('zathura-djvu: DjVu support'
+            'zathura-pdf-poppler: PDF support using Poppler'
+            'zathura-pdf-mupdf: PDF support using MuPDF'
+            'zathura-ps: PostScript support')
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 	bash-completion)
-md5sums=('afc56f9df7677215ea10b92239611faa'
+md5sums=('07c6d83086eee7e3992d5646db60caf5'
          'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {



More information about the arch-commits mailing list