aboutsummaryrefslogtreecommitdiffstats
path: root/main/setxkbmap/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-17 22:50:01 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-18 09:06:32 +0000
commita1c302434ecf0039d3840361ed7c9a7242fe5dd7 (patch)
treedd2d1990cf8e103857e1bfc75f5557596109bdae /main/setxkbmap/APKBUILD
parent5bab3a37a4b7235a91cce66397969277d22bc058 (diff)
main/setxkbmap: upgrade to 1.3.2
Closes GH-10159
Diffstat (limited to 'main/setxkbmap/APKBUILD')
-rw-r--r--main/setxkbmap/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD
index 47dad3b2fac..b9491de40a2 100644
--- a/main/setxkbmap/APKBUILD
+++ b/main/setxkbmap/APKBUILD
@@ -1,18 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=setxkbmap
-pkgver=1.3.1
-pkgrel=1
+pkgver=1.3.2
+pkgrel=0
pkgdesc="set the keyboard using the X Keyboard Extension"
url="http://xorg.freedesktop.org/"
arch="all"
options="!check" # No test suite.
license="MIT"
-depends=""
makedepends="libxkbfile-dev util-macros"
subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/app/setxkbmap-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
./configure \
@@ -30,4 +28,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5ddc2fc40ddc5a35815606998d3f111e3c2b8d915bf609462c703f9f691a0b3a6477ee98837c0a28f11dd3f0a30f17a3bcdfa38d4ca45140e521c74d043ecdee setxkbmap-1.3.1.tar.bz2"
+sha512sums="bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38 setxkbmap-1.3.2.tar.bz2"