aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2017-03-08 19:47:48 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-10 09:30:28 +0000
commit109b65378fea03d009ab046fb2c6b4d7746bf48e (patch)
treecb5bcb5cb189a6469e5aa1ea222ca069914adad5 /testing
parentb3541939ee3df4c109ee9d701c1c8a8466ff1925 (diff)
downloadaports-109b65378fea03d009ab046fb2c6b4d7746bf48e.tar.bz2
aports-109b65378fea03d009ab046fb2c6b4d7746bf48e.tar.xz
testing/libinput: upgrade to 1.6.3
use !check take maintainership
Diffstat (limited to 'testing')
-rw-r--r--testing/libinput/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/libinput/APKBUILD b/testing/libinput/APKBUILD
index c7e4335fc2..46379e84a6 100644
--- a/testing/libinput/APKBUILD
+++ b/testing/libinput/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
+# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=libinput
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=0
pkgdesc="Library for handling input devices"
url="http://www.freedesktop.org/wiki/Software/libinput/"
@@ -10,6 +10,7 @@ license="custom"
depends=""
makedepends="mtdev-dev eudev-dev libevdev-dev grep"
subpackages="$pkgname-dev $pkgname-doc"
+options="!check"
source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -24,12 +25,11 @@ build() {
--localstatedir=/var \
--disable-libwacom \
|| return 1
- make || return 1
+ make
}
package() {
- make DESTDIR="$pkgdir" \
- -C "$builddir" install || return 1
+ make DESTDIR="$pkgdir" -C "$builddir" install
}
-sha512sums="f1e1436ec4259ebddf93a50fe4d39a52713efd246a39a072b44bf296a413bdadbb789d6a4f0107ed3eb37afe34a37a43c9e75dcf814462385011eff2d3f42db7 libinput-1.6.2.tar.xz"
+sha512sums="be1ab191b5605943d6f46a5fee7af9ecba83ab30ba3d38b6ec136980f2183f6dcb5aaf048aa81a096c4f51b6de05bebc83b4ffa29a0574752062a994f377aa5f libinput-1.6.3.tar.xz"