From 8f3c42282920353d0c5c291fc9aacd525db0096d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Apr 2017 19:18:43 +0200 Subject: [PATCH] xclip: update to 0.13. --- srcpkgs/xclip/template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xclip/template b/srcpkgs/xclip/template index f8a1350ea78..b307cbca33f 100644 --- a/srcpkgs/xclip/template +++ b/srcpkgs/xclip/template @@ -1,12 +1,17 @@ # Template file for 'xclip' pkgname=xclip -version=0.12 -revision=3 -distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz" -checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45" -build_style="gnu-configure" +version=0.13 +revision=1 +build_style=gnu-configure +hostmakedepends="automake" makedepends="libXmu-devel" maintainer="Steven R " -homepage="http://sourceforge.net/projects/xclip/" +homepage="https://github.com/astrand/xclip" license="GPL-2" short_desc="Command line interface to the X11 clipboard" +distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz" +checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 + +pre_configure() { + autoreconf -fi +}