From f81573fa32aa5eedd0a3e586ab98e37e1d8c7f92 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 14 Jan 2019 23:40:14 -0200 Subject: [PATCH] libdmtx: update to 0.7.5. --- srcpkgs/libdmtx/template | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libdmtx/template b/srcpkgs/libdmtx/template index 0b731284776..693d17333a9 100644 --- a/srcpkgs/libdmtx/template +++ b/srcpkgs/libdmtx/template @@ -1,14 +1,19 @@ # Template file for 'libdmtx' pkgname=libdmtx -version=0.7.4 -revision=3 +version=0.7.5 +revision=1 build_style=gnu-configure +hostmakedepends="automake libtool" short_desc="Library for reading and writing Data Matrix barcodes" maintainer="Orphaned " license="BSD-2-Clause" -homepage="http://www.libdmtx.org/" -distfiles="$SOURCEFORGE_SITE/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76 +homepage="https://github.com/dmtx/libdmtx" +distfiles="https://github.com/dmtx/libdmtx/archive/v${version}.tar.gz" +checksum=be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e + +pre_configure() { + autoreconf -fi +} post_install() { vlicense LICENSE