From 63f5956f59a8b91f17c938b9ec8c74d30c01bd24 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 2 May 2016 11:06:39 +0200 Subject: [PATCH] zimg: fix update-check --- srcpkgs/zimg/template | 2 +- srcpkgs/zimg/update | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/zimg/update diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index dd884bc993c..3177b7e37bf 100644 --- a/srcpkgs/zimg/template +++ b/srcpkgs/zimg/template @@ -8,7 +8,7 @@ hostmakedepends="automake libtool pkg-config" short_desc="Image processing library" maintainer="lemmi " license="WTFPL" -homepage="https://github.com/sekrit-twc" +homepage="https://github.com/sekrit-twc/zimg" distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz" checksum=e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245 diff --git a/srcpkgs/zimg/update b/srcpkgs/zimg/update new file mode 100644 index 00000000000..f35c0ff9421 --- /dev/null +++ b/srcpkgs/zimg/update @@ -0,0 +1 @@ +pattern='release-\K[\d.]+(?=")'