aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-25 00:58:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-25 00:58:30 -0300
commit6058286eb1703084f3a38c0921114186a2de5ac8 (patch)
treee94d2d8a34a757626a04fa536003856051bcdcd2
parente05936d8408da643e9a2bba1d73ba7626592f57c (diff)
community/linuxconsoletools: upgrade to 1.7.1
-rw-r--r--community/linuxconsoletools/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/linuxconsoletools/APKBUILD b/community/linuxconsoletools/APKBUILD
index ff19b7eec1d..2ad3fde8af7 100644
--- a/community/linuxconsoletools/APKBUILD
+++ b/community/linuxconsoletools/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linuxconsoletools
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=0
pkgdesc="Tools for connecting joysticks & legacy devices to the kernels input subsystem"
url="https://sourceforge.net/projects/linuxconsole/"
@@ -10,7 +10,6 @@ makedepends="linux-headers sdl2-dev"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2"
-
build() {
make PREFIX=/usr
}
@@ -19,4 +18,4 @@ package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
-sha512sums="260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56 linuxconsoletools-1.7.0.tar.bz2"
+sha512sums="2ba97e6c5b57aa5d6b08369bae050256f4d039f5b8479ad03cef4a7c43bf772db312de54d9e70a8a92c9ed7933b524715f1ce5448ccf508e6ffe8646a9dbd349 linuxconsoletools-1.7.1.tar.bz2"