summaryrefslogtreecommitdiff
path: root/community/autocutsel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/autocutsel/PKGBUILD')
-rw-r--r--community/autocutsel/PKGBUILD8
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