mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libevdev to 1.3.1-1
This commit is contained in:
parent
b31f783336
commit
968e62711b
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - drop valgrind makedepend
|
||||
|
||||
pkgname=libevdev
|
||||
pkgver=1.3
|
||||
pkgrel=1.1
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Wrapper library for evdev devices"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.freedesktop.org/wiki/Software/libevdev/"
|
||||
|
@ -15,7 +15,7 @@ depends=('glibc')
|
|||
makedepends=('python2' 'check' 'doxygen')
|
||||
#checkdepends=('kmod')
|
||||
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446'
|
||||
sha256sums=('4b7c76195f0087023142f26c5fd2c254b35c861880c6902d3dd9b27daeec2643'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue