diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/autocutsel/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/autocutsel/PKGBUILD')
-rw-r--r-- | community/autocutsel/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/autocutsel/PKGBUILD b/community/autocutsel/PKGBUILD index 6e39cc60d..4c0e71eef 100644 --- a/community/autocutsel/PKGBUILD +++ b/community/autocutsel/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 64911 2012-02-18 20:21:56Z jelle $ +# $Id: PKGBUILD 101226 2013-11-20 07:48:32Z 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.0 -pkgrel=7 +pkgver=0.9.1 +pkgrel=1 pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications" arch=('i686' 'x86_64') depends=('libxaw') -source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5') -url="http://lepton.fr/tools/autocutsel/" +source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz) +url="http://www.nongnu.org/autocutsel/" install=autocutsel.install license=('GPL') +md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd') + build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr |