From 7277f555585b7394183fe244ec2903558bfb9ac3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 18 Jul 2015 09:04:15 +0200 Subject: [PATCH] slop: update to 4.2.18 and reset maintainer due to inactivity. --- srcpkgs/slop/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template index 82e9311c6d5..ae604862bfe 100644 --- a/srcpkgs/slop/template +++ b/srcpkgs/slop/template @@ -1,19 +1,18 @@ # Template file for 'slop' pkgname=slop -version=4.2.17 -revision=2 +version=4.2.18 +revision=1 build_style=cmake hostmakedepends="pkg-config cmake" makedepends="imlib2-devel glew-devel libXext-devel libXrender-devel libXrandr-devel glm" short_desc="Utility to query for a selection and print the region to stdout" -maintainer="ShadowKyogre " +maintainer="Juan RP " license="GPL-3" homepage="https://github.com/naelstrof/slop" distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz" -checksum=e0195424cda967573b30a837a1b050451df3b5a8cc34c60bcee918c20c0d318e +checksum=0a10f137f90c2214642526a6ca417c4075c33ba4e31696f798f875b782495de3 pre_build() { # Remove a stray include - sed -e "/#include /d" \ - -i ${wrksrc}/src/main.cpp + sed -e "/#include /d" -i ${wrksrc}/src/main.cpp }