summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2023-04-29 13:18:42 +0200
committerfunilrys2023-04-29 13:19:43 +0200
commit2fc2f8d58e7b52a80ad572cfe9e1b238164ff677 (patch)
treebfbdd72214dea928df8eada0a805a8cac5946885
parent7a0f0192068838cd466951accaf5eac253430abc (diff)
downloadaur-2fc2f8d58e7b52a80ad572cfe9e1b238164ff677.tar.gz
Update ckbcomp to v1.219.
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d007e0d768cb..b11c933fffd6 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ckbcomp
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
- pkgver = 1.210
+ pkgver = 1.219
pkgrel = 1
url = http://anonscm.debian.org/cgit/d-i/console-setup.git/
arch = any
license = GPL2
depends = perl
- source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.210.tar.xz
- sha512sums = 1bc223c99792aa634009023321f97f7b90ab5967e24ae885aa42b2f08c14131a2b0053ffe604eda9b5308009c6c0e9d8afea2ef848438bda4c324d759d9af2f6
+ conflicts = ckbcomp-bin
+ source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.219.tar.xz
+ sha512sums = 3821bcd5a09ab3e96252e52d1b9761debe645646d2c35fc2a46ecc940f4f2bae8a9f6a2e130d6b5dfc378cf44a8fe278bbef2d4634b4fb636393b196d8066152
pkgname = ckbcomp
diff --git a/PKGBUILD b/PKGBUILD
index 2ea62f9a2d45..125845b79c02 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
-pkgver=1.210
+pkgver=1.219
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
arch=(any)
@@ -10,7 +10,8 @@ url="http://anonscm.debian.org/cgit/d-i/console-setup.git/"
license=('GPL2')
depends=('perl')
source=("http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz")
-sha512sums=('1bc223c99792aa634009023321f97f7b90ab5967e24ae885aa42b2f08c14131a2b0053ffe604eda9b5308009c6c0e9d8afea2ef848438bda4c324d759d9af2f6')
+sha512sums=('3821bcd5a09ab3e96252e52d1b9761debe645646d2c35fc2a46ecc940f4f2bae8a9f6a2e130d6b5dfc378cf44a8fe278bbef2d4634b4fb636393b196d8066152')
+conflicts=(ckbcomp-bin)
package() {
if [[ -d "${srcdir}/console-setup" ]]