From d5784901e3868f9ff84f77016b7cd04131720c4a 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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/find-cursor/template b/srcpkgs/find-cursor/template index 78a84702d0e6..15f2fde8babf 100644 --- a/srcpkgs/find-cursor/template +++ b/srcpkgs/find-cursor/template @@ -1,6 +1,6 @@ # 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" @@ -9,13 +9,9 @@ maintainer="biopsin " 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 }