summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2025-09-24 03:06:32 (GMT)
committerBritney Fransen <brfransen@gmail.com>2025-09-24 03:06:32 (GMT)
commit8d7880086c6efb0d9a6c82247ba4a0ed6f45a401 (patch)
treed5a5a1c27abae74d7f8839fd5dadafc439009c40
parent9ba7c8b20d8d9594e8d8fd420c4e6e48e5300310 (diff)
downloadlinhes_pkgbuild-8d7880086c6efb0d9a6c82247ba4a0ed6f45a401.zip
linhes_pkgbuild-8d7880086c6efb0d9a6c82247ba4a0ed6f45a401.tar.gz
linhes_pkgbuild-8d7880086c6efb0d9a6c82247ba4a0ed6f45a401.tar.bz2
ckbcomp: update to 1.242
-rwxr-xr-xlinhes/ckbcomp/.SRCINFO6
-rw-r--r--linhes/ckbcomp/PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/linhes/ckbcomp/.SRCINFO b/linhes/ckbcomp/.SRCINFO
index 985a98e..cbcc298 100755
--- a/linhes/ckbcomp/.SRCINFO
+++ b/linhes/ckbcomp/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ckbcomp
pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
- pkgver = 1.240
+ pkgver = 1.242
pkgrel = 1
url = https://salsa.debian.org/installer-team/console-setup
arch = any
license = GPL-2.0-or-later
makedepends = git
- source = console-setup::git+https://salsa.debian.org/installer-team/console-setup.git#commit=1.240
- sha256sums = 89583e56bda72426f514bdd70f4d7567576457f327214d3da6e171b85a7f63e7
+ source = console-setup-1.242.tar.gz::https://salsa.debian.org/installer-team/console-setup/-/archive/1.242/console-setup-1.242.tar.gz
+ sha256sums = b37a578bfe5b901a578656a97c1f1677ef311b79fa5c9205fad55fc591e595dd
pkgname = ckbcomp
depends = perl
diff --git a/linhes/ckbcomp/PKGBUILD b/linhes/ckbcomp/PKGBUILD
index 017e394..f09b4cf 100644
--- a/linhes/ckbcomp/PKGBUILD
+++ b/linhes/ckbcomp/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="ckbcomp"
pkgname="$_pkgname"
-pkgver=1.240
+pkgver=1.242
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
url="https://salsa.debian.org/installer-team/console-setup"
@@ -13,9 +13,10 @@ arch=('any')
makedepends=('git')
-_pkgsrc="console-setup"
-source=("$_pkgsrc"::"git+$url.git#commit=$pkgver")
-sha256sums=('89583e56bda72426f514bdd70f4d7567576457f327214d3da6e171b85a7f63e7')
+_pkgsrc="console-setup-$pkgver"
+_pkgext="tar.gz"
+source=("$_pkgsrc.$_pkgext"::"$url/-/archive/$pkgver/$_pkgsrc.$_pkgext")
+sha256sums=('b37a578bfe5b901a578656a97c1f1677ef311b79fa5c9205fad55fc591e595dd')
package() {
depends+=('perl')