Date: Sunday, July 3, 2022 @ 20:04:43 Author: arojas Revision: 449848
Update to 0.7.7 Modified: libdmtx/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-03 19:50:48 UTC (rev 449847) +++ PKGBUILD 2022-07-03 20:04:43 UTC (rev 449848) @@ -3,8 +3,8 @@ # Contributor: jose <jose1711 [at] gmail (dot) com> pkgname=libdmtx -pkgver=0.7.5 -pkgrel=2 +pkgver=0.7.7 +pkgrel=1 pkgdesc="A software for reading and writing Data Matrix 2D barcodes" url="https://libdmtx.sourceforge.net/" arch=(x86_64) @@ -11,7 +11,7 @@ license=(GPL2) depends=(glibc) source=("https://github.com/dmtx/libdmtx/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e') +sha256sums=('7aa62adcefdd6e24bdabeb82b3ce41a8d35f4a0c95ab0c4438206aecafd6e1a1') build() { cd $pkgname-$pkgver
