From 620218417baa2d906988220a24dca3ef2d73deb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 13 May 2019 19:38:04 +0200 Subject: [PATCH] mypaint-brushes: update to 2.0.1. --- srcpkgs/mypaint-brushes/patches/autogen.patch | 12 ------------ srcpkgs/mypaint-brushes/template | 10 +++++----- 2 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/mypaint-brushes/patches/autogen.patch diff --git a/srcpkgs/mypaint-brushes/patches/autogen.patch b/srcpkgs/mypaint-brushes/patches/autogen.patch deleted file mode 100644 index 8cd7b132eb9..00000000000 --- a/srcpkgs/mypaint-brushes/patches/autogen.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- autogen.sh.orig -+++ autogen.sh -@@ -90,6 +90,9 @@ - echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... " - if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=$AUTOMAKE -+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then -+ AUTOMAKE=automake-1.16 -+ ACLOCAL=aclocal-1.16 - elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake-1.15 - ACLOCAL=aclocal-1.15 diff --git a/srcpkgs/mypaint-brushes/template b/srcpkgs/mypaint-brushes/template index 7ead5bf44dc..5226d6f18d6 100644 --- a/srcpkgs/mypaint-brushes/template +++ b/srcpkgs/mypaint-brushes/template @@ -1,16 +1,16 @@ # Template file for 'mypaint-brushes' pkgname=mypaint-brushes -version=1.3.0 -revision=2 +version=2.0.1 +revision=1 archs=noarch build_style=gnu-configure hostmakedepends="automake" short_desc="Brushes used by MyPaint and other software using libmypaint" maintainer="Kartik Singh " license="CC0-1.0" -homepage="https://github.com/Jehan/mypaint-brushes" -distfiles="https://github.com/Jehan/mypaint-brushes/archive/v${version}.tar.gz" -checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214 +homepage="https://github.com/mypaint/mypaint-brushes" +distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz" +checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a pre_configure() { ./autogen.sh