[arch-commits] Commit in pdfgrep/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Oct 13 07:19:58 UTC 2014
Date: Monday, October 13, 2014 @ 09:19:58
Author: bpiotrowski
Revision: 120590
upgpkg: pdfgrep 1.3.1-1
new upstream release
Modified:
pdfgrep/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-13 07:18:39 UTC (rev 120589)
+++ PKGBUILD 2014-10-13 07:19:58 UTC (rev 120590)
@@ -1,18 +1,18 @@
+# $Id$
# Maintainer: schuay <jakob.gruber at gmail.com>
# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
# Contributor: josephgbr <rafael.f.f1 at gmail.com>
pkgname=pdfgrep
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="A tool to search text in PDF files"
arch=('i686' 'x86_64')
url="http://pdfgrep.sourceforge.net/"
license=('GPL')
depends=('poppler')
-conflicts=('pdfgrep-git')
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07d2819dd11b0f92278df11a95221833')
+md5sums=('33e620a2ae3c873ca12424f900f674a3')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list