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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jun 25 13:45:37 UTC 2014


    Date: Wednesday, June 25, 2014 @ 15:45:37
  Author: spupykin
Revision: 113549

upgpkg: zathura 0.2.8-1

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-25 13:45:34 UTC (rev 113548)
+++ PKGBUILD	2014-06-25 13:45:37 UTC (rev 113549)
@@ -4,24 +4,23 @@
 # Contributor: ML <neldoreth>
 
 pkgname=zathura
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc="a document viewer"
 arch=('i686' 'x86_64')
 url="http://pwmt.org/projects/zathura/"
 license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
 optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 'zathura-ps')
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 	bash-completion)
-md5sums=('53124af80e974283a6678319a62e6666'
+md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
          'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {
   cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
   make
 }
 




More information about the arch-commits mailing list