diff options
Diffstat (limited to 'community/kcm-touchpad/PKGBUILD')
-rw-r--r-- | community/kcm-touchpad/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kcm-touchpad/PKGBUILD b/community/kcm-touchpad/PKGBUILD index e26b3d2d1..87e340937 100644 --- a/community/kcm-touchpad/PKGBUILD +++ b/community/kcm-touchpad/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106384 2014-03-01 23:58:43Z andrea $ +# $Id: PKGBUILD 107996 2014-03-20 16:39:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: A Rojas < nqn1976 @ gmail.com > # Contributor: Alexander Mezin <mezin.alexander@gmail.com> pkgname=kcm-touchpad -pkgver=0.99 +pkgver=1.0 pkgrel=1 pkgdesc='KCM, daemon and applet for touchpad' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('kdebase-workspace' 'xf86-input-synaptics') makedepends=('cmake' 'automoc4' 'xorg-server-devel') install="${pkgname}.install" source=("https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz") -md5sums=('3a7ab88eef4cd7c93e9d0783179cf852') +md5sums=('bed551868cdadf510582e32ea608243a') prepare() { mkdir build |