From de2a56e4807d46ae23675b2698a2f1557269978b Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Sat, 17 Jul 2021 14:24:15 +0800 Subject: [PATCH] find-cursor: update to 1.7 --- srcpkgs/find-cursor/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/find-cursor/template b/srcpkgs/find-cursor/template index 78a84702d0e6..bfb16d5f7372 100644 --- a/srcpkgs/find-cursor/template +++ b/srcpkgs/find-cursor/template @@ -1,21 +1,17 @@ # Template file for 'find-cursor' pkgname=find-cursor -version=1.6 +version=1.7 revision=1 build_style=gnu-makefile makedepends="libXdamage-devel libXrender-devel" short_desc="Highlight the cursor position in X" -maintainer="biopsin " +maintainer="Martin Tournoij " license="MIT" homepage="https://github.com/arp242/find-cursor" distfiles="https://github.com/arp242/find-cursor/archive/v${version}.tar.gz" -checksum=8e64829228a3ecbd9d8b5abc73c1387f2795454e0bbf9758c5324a53cd04ac69 +checksum=4ee50e5bedae92eec6b0f88a0dc1a6e9b783d2c34207b9b08e50dc7af069d610 do_install() { vbin find-cursor - - vsed -i "s|VERSION|${version}|g" find-cursor.1 - vman find-cursor.1 - vlicense LICENSE }