diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-20 04:11:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-20 04:11:19 +0000 |
commit | 469e7cfcfccc3041b64ccc6e15e830b65817aae9 (patch) | |
tree | f06e03b2d9201b711190af042a8730c526017233 /community/autocutsel | |
parent | afb660f06bce8338225c531b092c1c1205239072 (diff) |
Tue May 20 04:04:22 UTC 2014
Diffstat (limited to 'community/autocutsel')
-rw-r--r-- | community/autocutsel/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/autocutsel/PKGBUILD b/community/autocutsel/PKGBUILD index 4c0e71eef..ba5c264de 100644 --- a/community/autocutsel/PKGBUILD +++ b/community/autocutsel/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 101226 2013-11-20 07:48:32Z jelle $ +# $Id: PKGBUILD 111534 2014-05-19 17:26:56Z jelle $ # Contributor: Tom Killian <tom@archlinux.org> # Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=autocutsel -pkgver=0.9.1 +pkgver=0.10.0 pkgrel=1 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications" arch=('i686' 'x86_64') depends=('libxaw') source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz) -url="http://www.nongnu.org/autocutsel/" +url="https://github.com/sigmike/autocutsel" install=autocutsel.install license=('GPL') -md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd') +md5sums=('7d5b96e5f7b79b883d8350f104043366') build() { cd $srcdir/$pkgname-$pkgver |