summarylogtreecommitdiffstats
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
parente4dcbdf1f072d5e4b2ac7980c89260529030f1be (diff)
downloadaur-8527919d2d94124f116aca68d48a42d750731b8b.tar.gz
upgpkg: dmtx-utils 0.7.5-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67839f4d2d16..87ac26761aac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Oct 16 08:29:48 UTC 2017
pkgbase = dmtx-utils
pkgdesc = Utilities to libdmtx
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = http://www.libdmtx.org/
arch = i686
@@ -8,8 +10,8 @@ pkgbase = dmtx-utils
license = GPL2
depends = libdmtx
depends = imagemagick
- source = http://downloads.sourceforge.net/libdmtx/dmtx-utils-0.7.4.tar.bz2
- sha256sums = 9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0
+ source = https://github.com/dmtx/dmtx-utils/archive/v0.7.5.tar.gz
+ sha256sums = 6fa365cd321609db40800f6b34a2387c0ac56ef4643f6101ac83cb762f5ce9ef
pkgname = dmtx-utils
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')