From 174d21bf9a7350ae657cc15ba76e8c3f98ea8f45 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 29 Dec 2019 20:03:21 -0600 Subject: [PATCH 1/2] catfish: update to 1.4.11 --- srcpkgs/catfish/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template index 7e10cf5650b..096f804b7fc 100644 --- a/srcpkgs/catfish/template +++ b/srcpkgs/catfish/template @@ -1,8 +1,9 @@ # Template file for 'catfish' pkgname=catfish -version=1.4.10 -revision=3 +version=1.4.11 +revision=1 archs=noarch +wrksrc="catfish-catfish-${version}" build_style=python3-module pycompile_module="catfish catfish_lib" hostmakedepends="intltool python3-distutils-extra python3-gobject" @@ -10,6 +11,6 @@ depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pex short_desc="Versatile file searching tool" maintainer="Orphaned " license="GPL-2.0-or-later" -homepage="http://www.twotoasts.de/index.php/catfish/" -distfiles="http://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2" -checksum=2573a004105031f871c92fed22a0c4b15bb96f2dff6e36c4f2959f56b62e343d +homepage="https://docs.xfce.org/apps/catfish/start" +distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz" +checksum=de572ebf221b2529e4ae416121b3cc8baae37e6948c7c9c9a76c3936661fe211 From 52d5778f20938c90490687e2dabf6eb1c31df63a Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 29 Dec 2019 21:46:37 -0600 Subject: [PATCH 2/2] python-MarkupSafe: revbump against Python 3.8 --- srcpkgs/python-MarkupSafe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template index 38d6d90fa94..010a7d0163c 100644 --- a/srcpkgs/python-MarkupSafe/template +++ b/srcpkgs/python-MarkupSafe/template @@ -1,7 +1,7 @@ # Template file for 'python-MarkupSafe' pkgname=python-MarkupSafe version=1.1.1 -revision=4 +revision=5 wrksrc="MarkupSafe-${version}" build_style=python-module pycompile_module="markupsafe"