diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /extra/xclip | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'extra/xclip')
-rw-r--r-- | extra/xclip/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xclip/PKGBUILD b/extra/xclip/PKGBUILD index 57834cdc0..0e5d405e5 100644 --- a/extra/xclip/PKGBUILD +++ b/extra/xclip/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 110900 2011-02-22 20:16:09Z bisson $ +# $Id: PKGBUILD 149046 2012-02-05 15:20:59Z bisson $ # Contributor: damir <damir@archlinux.org> # Committer: Manolis Tzanidakis <manolis@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xclip pkgver=0.12 -pkgrel=2 +pkgrel=3 pkgdesc='Command line interface to the X11 clipboard' -arch=('i686' 'x86_64') url='http://sourceforge.net/projects/xclip' license=('GPL') depends=('libxmu') +arch=('i686' 'x86_64') source=("http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz") sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211') |