summaryrefslogtreecommitdiff
path: root/community/jbig2dec
diff options
context:
space:
mode:
Diffstat (limited to 'community/jbig2dec')
-rw-r--r--community/jbig2dec/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/jbig2dec/PKGBUILD b/community/jbig2dec/PKGBUILD
index c4a17374b..fc158b85d 100644
--- a/community/jbig2dec/PKGBUILD
+++ b/community/jbig2dec/PKGBUILD
@@ -1,7 +1,9 @@
+# $Id: PKGBUILD 64909 2012-02-18 20:14:11Z bpiotrowski $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=jbig2dec
pkgver=0.11
-pkgrel=2
+pkgrel=3
pkgdesc="decoder implementation of the JBIG2 image compression format"
arch=('x86_64' 'i686' 'mips64el')
url="http://jbig2dec.sourceforge.net/"
@@ -19,4 +21,4 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}