summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Weißschuh2017-10-16 10:29:48 +0200
committerThomas Weißschuh2017-10-16 10:29:48 +0200
commit8527919d2d94124f116aca68d48a42d750731b8b (patch)
tree1c93f7b3847946377d60c43bba8b518349069f96 /PKGBUILD
parente4dcbdf1f072d5e4b2ac7980c89260529030f1be (diff)
downloadaur-8527919d2d94124f116aca68d48a42d750731b8b.tar.gz
upgpkg: dmtx-utils 0.7.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec44efbe7af8..d070d0d94ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch de>
pkgname=dmtx-utils
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Utilities to libdmtx"
url="http://www.libdmtx.org/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('libdmtx' 'imagemagick')
-source=("http://downloads.sourceforge.net/libdmtx/${pkgname}-${pkgver}.tar.bz2")
+source=("https://github.com/dmtx/dmtx-utils/archive/v${pkgver}.tar.gz")
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
+ ./autogen.sh
./configure --prefix=/usr
make
}
@@ -21,4 +22,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0')
+sha256sums=('6fa365cd321609db40800f6b34a2387c0ac56ef4643f6101ac83cb762f5ce9ef')