xclip: update to 0.13.
This commit is contained in:
parent
42e5c0684f
commit
8f3c422829
1 changed files with 11 additions and 6 deletions
|
@ -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 <dev@styez.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue