summaryrefslogtreecommitdiff
path: root/extra/libdmtx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libdmtx/PKGBUILD')
-rw-r--r--extra/libdmtx/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libdmtx/PKGBUILD b/extra/libdmtx/PKGBUILD
index 5bfaa6476..30f02eb3c 100644
--- a/extra/libdmtx/PKGBUILD
+++ b/extra/libdmtx/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 107616 2011-01-26 22:10:46Z andrea $
+# $Id: PKGBUILD 127675 2011-06-17 17:32:51Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: jose <jose1711 [at] gmail (dot) com>
pkgname=libdmtx
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
-url=('http://www.libdmtx.org/')
+url="http://www.libdmtx.org/"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('imagemagick')
+depends=('glibc' 'imagemagick')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0684cf3857591e777b57248d652444ae')
+md5sums=('d3a4c0becd92895eb606dbdb78b023e2')
options=('!libtool')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}"/${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}"/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}