diff options
Diffstat (limited to 'community-testing')
-rw-r--r-- | community-testing/pdf2djvu/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community-testing/pdf2djvu/PKGBUILD b/community-testing/pdf2djvu/PKGBUILD index 05ab4cd22..ecd4c9d65 100644 --- a/community-testing/pdf2djvu/PKGBUILD +++ b/community-testing/pdf2djvu/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70999 2012-05-21 16:29:53Z foutrelis $ +# $Id: PKGBUILD 71059 2012-05-22 21:46:21Z ebelanger $ # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Maintainer: Jelle van der Waa <jelle@vdwaa.nl> @@ -14,7 +14,7 @@ makedepends=('pstreams') source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz" "poppler-0.20.patch") md5sums=('4fd56c0763b56b4081fc9c85be16d9d7' - '60ceee2409012a5f2b89b96e4a038793') + '9f9c5b098a3a13256beac04553ee67c3') build() { cd ${srcdir}/${pkgname}-${pkgver} |