Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libwacom
Commits:
e186ea7d by Andreas Radke at 2026-02-03T12:44:37+01:00
upgpkg: 2.18.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libwacom
pkgdesc = Library to identify Wacom tablets and their features
- pkgver = 2.17.0
+ pkgver = 2.18.0
pkgrel = 1
url = https://github.com/linuxwacom/libwacom/wiki
arch = x86_64
@@ -13,13 +13,14 @@ pkgbase = libwacom
depends = glib2
depends = libevdev
depends = libgudev
+ depends = gcc-libs
depends = glibc
optdepends = python-libevdev: for libwacom-show-stylus
optdepends = python-pyudev: for libwacom-show-stylus
- source =
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.17.0/libwacom-2.17.0.tar.xz
- source =
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.17.0/libwacom-2.17.0.tar.xz.sig
+ source =
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.18.0/libwacom-2.18.0.tar.xz
+ source =
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.18.0/libwacom-2.18.0.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
- sha256sums =
41a0f239841567b101904df8ced81e1e0115334ccfd82a024412aa0903dae5a7
+ sha256sums =
7dbb9ab37df9df47ae2fdbb644916c986728291749bcd5ad8bcaa26f1e15f002
sha256sums = SKIP
pkgname = libwacom
=====================================
PKGBUILD
=====================================
@@ -1,19 +1,19 @@
# Maintainer: Andreas Radke <[email protected]>
pkgname=libwacom
-pkgver=2.17.0
+pkgver=2.18.0
pkgrel=1
pkgdesc="Library to identify Wacom tablets and their features"
arch=('x86_64')
url="https://github.com/linuxwacom/libwacom/wiki"
license=('MIT')
-depends=('glib2' 'libevdev' 'libgudev' 'glibc')
+depends=('glib2' 'libevdev' 'libgudev' 'gcc-libs' 'glibc')
makedepends=('libxml2' 'meson' 'python-pytest' 'python-libevdev'
'python-pyudev')
optdepends=('python-libevdev: for libwacom-show-stylus'
'python-pyudev: for libwacom-show-stylus')
source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
# https://github.com/linuxwacom/libwacom/releases
-sha256sums=('41a0f239841567b101904df8ced81e1e0115334ccfd82a024412aa0903dae5a7'
+sha256sums=('7dbb9ab37df9df47ae2fdbb644916c986728291749bcd5ad8bcaa26f1e15f002'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer
(Who-T) <[email protected]>"
#validpgpkeys=('594ABBA066118C7A02D10A80A8AF906D9307FBAD') # "Joshua Dickens
<[email protected]>"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libwacom/-/commit/e186ea7dcc87f820cef363872aadcf512d31730a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libwacom/-/commit/e186ea7dcc87f820cef363872aadcf512d31730a
You're receiving this email because of your account on gitlab.archlinux.org.