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

Jelle van der Waa jelle at archlinux.org
Sun Mar 20 19:53:45 UTC 2016


    Date: Sunday, March 20, 2016 @ 20:53:45
  Author: jelle
Revision: 167760

upgpkg: pdf2djvu 0.9.4-2

* Update upstream url
* Makefile now installs the man page
* pstreams is no longer used
* libxslt is no longer used, using exiv2 now

Modified:
  pdf2djvu/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-20 19:34:02 UTC (rev 167759)
+++ PKGBUILD	2016-03-20 19:53:45 UTC (rev 167760)
@@ -4,13 +4,13 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com"
+url="http://jwilk.net/software/pdf2djvu"
 license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
 source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
 md5sums=('bb4ce32b199301b754c77d0c4aa83410'
@@ -34,5 +34,4 @@
     cd ${srcdir}/${pkgname}-${pkgver}
 
     make install DESTDIR=${pkgdir}
-    install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
 }



More information about the arch-commits mailing list