summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 23:39:00 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 23:39:00 +0000
commit5838e04628a31825e3b36d52528396198b541ee7 (patch)
treeb31f4213922cd464b948013a1af1e973e3a25627
parent58e6a89dff37af68bc9efcff5e32333c2cd1fb06 (diff)
downloadpackages-5838e04628a31825e3b36d52528396198b541ee7.tar.gz
packages-5838e04628a31825e3b36d52528396198b541ee7.tar.bz2
packages-5838e04628a31825e3b36d52528396198b541ee7.tar.xz
packages-5838e04628a31825e3b36d52528396198b541ee7.zip
user/xinput: bump to 1.6.3
-rw-r--r--user/xinput/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/user/xinput/APKBUILD b/user/xinput/APKBUILD
index 2cb5822fe..8e5dde983 100644
--- a/user/xinput/APKBUILD
+++ b/user/xinput/APKBUILD
@@ -1,20 +1,19 @@
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=xinput
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=0
pkgdesc="Utility to configure and test XInput devices"
-url="http://xorg.freedesktop.org/"
+url="https://www.X.Org/"
arch="all"
options="!check" # No test suite.
license="X11"
makedepends="util-macros libx11-dev libxext-dev libxi-dev libxrandr-dev
libxinerama-dev"
subpackages="$pkgname-doc"
-source="http://www.x.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
+source="https://www.X.Org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,8 +25,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="dbef3a87dd47bb8c593f1305bea7978697a12434a4992584e4124d745bb366812366b44fc205159137a3db6f7b8338effd1b90641a194497b19159b9fd91939e xinput-1.6.2.tar.bz2"
+sha512sums="cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076 xinput-1.6.3.tar.bz2"