diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-17 00:11:55 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-17 00:11:55 -0300 |
commit | b3d851540186419305a4b89ba8e5320f4e7fa56d (patch) | |
tree | 4d8a05d5b84a06b60b56343950ab1a7f88e831ea /community/pdf2djvu/PKGBUILD | |
parent | fdd03e5ecce11853fa939682ed87e938605d36be (diff) | |
parent | 7d13548d48c1e98b9c12201685fd6fef5e9388db (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/autocutsel/PKGBUILD
multilib-testing/lib32-mesa/PKGBUILD
multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/pdf2djvu/PKGBUILD')
-rw-r--r-- | community/pdf2djvu/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD index 6a7b4bd03..f759b1922 100644 --- a/community/pdf2djvu/PKGBUILD +++ b/community/pdf2djvu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 42182 2011-03-15 10:52:31Z jelle $ +# $Id: PKGBUILD 45044 2011-04-14 15:13:18Z jelle $ # Contributor: Paulo Matias <matiasΘarchlinux-br·org> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Maintainer: Jelle van der Waa <jelle@vdwaa.nl> pkgname=pdf2djvu -pkgver=0.7.6 -pkgrel=4 +pkgver=0.7.7 +pkgrel=1 pkgdesc="Creates DjVu files from PDF files" arch=('i686' 'x86_64' 'mips64el') url="http://pdf2djvu.googlecode.com" @@ -12,7 +12,7 @@ license=('GPL') depends=('poppler' 'djvulibre' 'libxslt') makedepends=('pstreams') source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz") -md5sums=('fde5e9bdae4f8643a3457be5989acc83') +md5sums=('85c594881ff864d5aceaa88e833d3107') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -25,4 +25,3 @@ package() { make install DESTDIR=${pkgdir} install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1 } -md5sums=('b6ff549a4fdd0c13897ef3cc37ee3996') |