diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:50:01 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-18 09:06:32 +0000 |
commit | a1c302434ecf0039d3840361ed7c9a7242fe5dd7 (patch) | |
tree | dd2d1990cf8e103857e1bfc75f5557596109bdae | |
parent | 5bab3a37a4b7235a91cce66397969277d22bc058 (diff) | |
download | aports-a1c302434ecf0039d3840361ed7c9a7242fe5dd7.tar.bz2 aports-a1c302434ecf0039d3840361ed7c9a7242fe5dd7.tar.xz |
main/setxkbmap: upgrade to 1.3.2
Closes GH-10159
-rw-r--r-- | main/setxkbmap/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD index 47dad3b2fa..b9491de40a 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" |