aboutsummaryrefslogtreecommitdiffstats
path: root/main/setxkbmap
diff options
context:
space:
mode:
Diffstat (limited to 'main/setxkbmap')
-rw-r--r--main/setxkbmap/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD
index cb0a36e991e..f07e1d53473 100644
--- a/main/setxkbmap/APKBUILD
+++ b/main/setxkbmap/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=setxkbmap
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="set the keyboard using the X Keyboard Extension"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom"
-depends=
+depends=""
makedepends="libxkbfile-dev"
+subpackages="$pkgname-doc"
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir/$pkgname-$pkgver"
@@ -30,6 +31,7 @@ package() {
cd "$_builddir"
make DESTDIR=""$pkgdir"" install || return 1
}
+
md5sums="1001771344608e120e943a396317c33a setxkbmap-1.3.0.tar.bz2"
sha256sums="3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6 setxkbmap-1.3.0.tar.bz2"
sha512sums="d4843485f44a9204d1aa8bf16b3ad661747be119b0b5f38ced74dc35773519765af07fd290ab0265766de6206138e085a775bfc6edae6a232f2da9c260c0b581 setxkbmap-1.3.0.tar.bz2"