diff options
Diffstat (limited to 'extra/libinput')
-rw-r--r-- | extra/libinput/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libinput/PKGBUILD b/extra/libinput/PKGBUILD index e0009dbc8..108ee2798 100644 --- a/extra/libinput/PKGBUILD +++ b/extra/libinput/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('mtdev' 'libsystemd' 'libevdev') makedepends=('systemd') options=('!libtool') source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d') +sha256sums=('822bad40cac1fa90e38569da189a989d4b5f8ef58ec6bc6fefef8b78f825599c') build() { cd $pkgname-$pkgver |