summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErmine <mustela@erminea.space>2024-08-28 19:35:14 +0000
committerErmine <mustela@erminea.space>2024-09-01 12:53:53 +0000
commitcb61323d733590e57309d75c3c77ca4fdd17bcc2 (patch)
tree3f1017c324089b0acd958e59232c7d2a8af62cd0
parenta27a7f5b1b32778a9fdb5d7e999c599c5728c1bb (diff)
downloadpackages-cb61323d733590e57309d75c3c77ca4fdd17bcc2.tar.gz
packages-cb61323d733590e57309d75c3c77ca4fdd17bcc2.tar.bz2
packages-cb61323d733590e57309d75c3c77ca4fdd17bcc2.tar.xz
packages-cb61323d733590e57309d75c3c77ca4fdd17bcc2.zip
user/xkbcomp: upgrade to 1.4.7
-rw-r--r--user/xkbcomp/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/xkbcomp/APKBUILD b/user/xkbcomp/APKBUILD
index 2c883600d..5476a4d5e 100644
--- a/user/xkbcomp/APKBUILD
+++ b/user/xkbcomp/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xkbcomp
-pkgver=1.4.5
+pkgver=1.4.7
pkgrel=0
pkgdesc="Keyboard layout compiler for X11"
url="https://www.X.Org/"
@@ -10,7 +10,7 @@ license="MIT AND X11"
depends=""
makedepends="libx11-dev libxkbfile-dev util-macros"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
+source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.xz"
build() {
./configure \
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154 xkbcomp-1.4.5.tar.bz2"
+sha512sums="6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef xkbcomp-1.4.7.tar.xz"