aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-24 18:11:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 15:01:49 -0300
commita14132ff16af5d44fe9820853843faabf50d9bb6 (patch)
treee55876c730a1349052e1eaf49ad799712ccb7fcd /testing
parenta87da008cd7e5cc9a6ddeb19fa49761697c49153 (diff)
downloadaports-a14132ff16af5d44fe9820853843faabf50d9bb6.tar.bz2
aports-a14132ff16af5d44fe9820853843faabf50d9bb6.tar.xz
testing/linuxconsoletools: upgrade to 1.7.0
Diffstat (limited to 'testing')
-rw-r--r--testing/linuxconsoletools/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/linuxconsoletools/APKBUILD b/testing/linuxconsoletools/APKBUILD
index 2e1051a6e8..ff19b7eec1 100644
--- a/testing/linuxconsoletools/APKBUILD
+++ b/testing/linuxconsoletools/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linuxconsoletools
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=0
pkgdesc="Tools for connecting joysticks & legacy devices to the kernels input subsystem"
url="https://sourceforge.net/projects/linuxconsole/"
arch="all"
license="GPL-2.0-or-later"
-makedepends="linux-headers sdl-dev"
+makedepends="linux-headers sdl2-dev"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2"
@@ -16,7 +16,7 @@ build() {
}
package() {
- make PREFIX=/usr DESTDIR="$pkgdir" install
+ make PREFIX=/usr DESTDIR="$pkgdir" install
}
-sha512sums="b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be linuxconsoletools-1.6.1.tar.bz2"
+sha512sums="260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56 linuxconsoletools-1.7.0.tar.bz2"