From 0cc79112df6e9e92138fff1e4aa4a04f7805252e Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 19 Jun 2020 10:31:47 +0200 Subject: [PATCH] libunibreak: update to 4.3. Closes: #19743 --- srcpkgs/libunibreak/template | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libunibreak/template b/srcpkgs/libunibreak/template index 871f8ea6c3..6a2c762ed9 100644 --- a/srcpkgs/libunibreak/template +++ b/srcpkgs/libunibreak/template @@ -1,18 +1,23 @@ # Template file for 'libunibreak' pkgname=libunibreak -version=4.1 +version=4.3 revision=1 +wrksrc="${pkgname}-${pkgname}_${version/./_}" build_style=gnu-configure -short_desc="An implementation of the Unicode line breaking algorithm" +hostmakedepends="automake libtool" +short_desc="Implementation of the Unicode line breaking algorithm" maintainer="Diogo Leal " license="zlib-acknowledgement" -homepage=https://fbreader.org/content/fbreader-beta-linux-desktop"" -distfiles="https://github.com/adah1972/libunibreak/releases/download/${pkgname}_${version/./_}/${pkgname}-${version}.tar.gz" -checksum=819a9884878827d2df876b48bdb2c40919133846ddb141e1be4bac4679dc8fb8 +homepage="https://github.com/adah1972/libunibreak" +distfiles="https://github.com/adah1972/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz" +checksum=68ec132550ee261a9d880b8bcad059d0d30035f4a9119975c30c0eff4fa309a7 + +pre_configure() { + autoreconf -vfi +} do_check() { - # tests require wget and downloading from somewhere - : + : # tests require wget and downloading from somewhere } libunibreak-devel_package() {