aboutsummaryrefslogtreecommitdiffstats
path: root/community/libdmtx
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-26 19:27:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 17:24:15 -0300
commitbd98503af27a1aaa0fe6893d65939554a03de74f (patch)
treeb169ad92d1cc46be9595a0bfde334fa813249732 /community/libdmtx
parent1f20403211748c61ca74765aab93572b12e81a06 (diff)
downloadaports-bd98503af27a1aaa0fe6893d65939554a03de74f.tar.bz2
aports-bd98503af27a1aaa0fe6893d65939554a03de74f.tar.xz
community/libdmtx: fix url
Diffstat (limited to 'community/libdmtx')
-rw-r--r--community/libdmtx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libdmtx/APKBUILD b/community/libdmtx/APKBUILD
index 6efc006f5b..557c07fd59 100644
--- a/community/libdmtx/APKBUILD
+++ b/community/libdmtx/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libdmtx
pkgver=0.7.5
-pkgrel=0
+pkgrel=1
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
-url="https://libdmtx.sourceforge.net/"
+url="https://github.com/dmtx"
arch="all"
license="BSD-2-Clause"
makedepends="autoconf automake libtool"