From e13d6770cb580ff35600fb4533a087771c429c29 Mon Sep 17 00:00:00 2001 From: Krassy Boykinov <kboykinov@teamcentrixx.com> Date: Thu, 8 Feb 2024 15:27:45 +0100 Subject: [PATCH] main/xkbcomp: upgrade to 1.4.7 --- main/xkbcomp/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/xkbcomp/APKBUILD b/main/xkbcomp/APKBUILD index 11450feabea1..41f68bc60525 100644 --- a/main/xkbcomp/APKBUILD +++ b/main/xkbcomp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xkbcomp -pkgver=1.4.5 +pkgver=1.4.7 pkgrel=0 pkgdesc="XKBD keymap compiler" url="https://xorg.freedesktop.org" @@ -9,8 +9,7 @@ arch="all" license="MIT" makedepends="libx11-dev libxkbfile-dev util-macros" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.x.org/releases/individual/app/xkbcomp-$pkgver.tar.bz2" - +source="https://www.x.org/releases/individual/app/xkbcomp-$pkgver.tar.xz" build() { ./configure \ @@ -31,4 +30,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154 xkbcomp-1.4.5.tar.bz2" +sha512sums=" +6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef xkbcomp-1.4.7.tar.xz +" -- GitLab