aboutsummaryrefslogtreecommitdiffstats
path: root/community/libdmtx/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libdmtx/APKBUILD')
-rw-r--r--community/libdmtx/APKBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/libdmtx/APKBUILD b/community/libdmtx/APKBUILD
index 557c07fd59f..6d55429322b 100644
--- a/community/libdmtx/APKBUILD
+++ b/community/libdmtx/APKBUILD
@@ -1,13 +1,17 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libdmtx
-pkgver=0.7.5
+pkgver=0.7.7
pkgrel=1
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
url="https://github.com/dmtx"
arch="all"
license="BSD-2-Clause"
-makedepends="autoconf automake libtool"
+makedepends="
+ autoconf
+ automake
+ libtool
+ "
source="https://github.com/dmtx/libdmtx/archive/v$pkgver/libdmtx-$pkgver.tar.gz"
subpackages="$pkgname-static $pkgname-dev $pkgname-libs $pkgname-doc"
@@ -26,4 +30,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="c4bccc9eff4a93b6bb417ed23ed46e82cc98b650a94be40479d192af8537ee02a16700fbbd8f2271035ff8b804c40ab6461825d94bd80a3081d3a4b3988ea22a libdmtx-0.7.5.tar.gz"
+sha512sums="
+802a697669afeb74da0cc3736fe7301fcc1653c1e3bebc343a8baf76e52226cc5509231519343267a92e22ebdfcc5b2825380339991340f054f0a6685d2ffcdc libdmtx-0.7.7.tar.gz
+"