Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libxi
Commits:
36f2a942 by Antonio Rojas at 2024-09-14T00:07:56+02:00
upgpkg: 1.8.2-1: Update to 1.8.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-libxi
pkgdesc = X11 Input extension library (32-bit)
- pkgver = 1.8.1
- pkgrel = 2
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://xorg.freedesktop.org
arch = x86_64
license = custom
@@ -13,13 +13,13 @@ pkgbase = lib32-libxi
depends = lib32-libxext
depends = lib32-libxfixes
depends = libxi
- source =
https://xorg.freedesktop.org/releases/individual/lib/libXi-1.8.1.tar.xz
- source =
https://xorg.freedesktop.org/releases/individual/lib/libXi-1.8.1.tar.xz.sig
+ source =
https://xorg.freedesktop.org/releases/individual/lib/libXi-1.8.2.tar.xz
+ source =
https://xorg.freedesktop.org/releases/individual/lib/libXi-1.8.2.tar.xz.sig
validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
validpgpkeys = C41C985FDCF1E5364576638B687393EE37D128F8
validpgpkeys = 3BB639E56F861FA2E86505690FDD682D974CA72A
validpgpkeys = FD0004A26EADFE43A4C3F249C6F7AE200374452D
- sha256sums =
89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7
+ sha256sums =
d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104
sha256sums = SKIP
pkgname = lib32-libxi
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgbasename=libxi
pkgname=lib32-$_pkgbasename
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
pkgdesc="X11 Input extension library (32-bit)"
arch=('x86_64')
url="https://xorg.freedesktop.org"
@@ -12,7 +12,7 @@ depends=('lib32-libxext' 'lib32-libxfixes' $_pkgbasename)
makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros' gcc-multilib automake)
license=('custom')
source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.xz{,.sig})
-sha256sums=('89bfc0e814f288f784202e6e5f9b362b788ccecdeb078670145eacd8749656a7'
+sha256sums=('d0e0555e53d6e2114eabfa44226ba162d2708501a25e18d99cfb35c094c6c104'
'SKIP')
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF' # Peter Hutterer
'C41C985FDCF1E5364576638B687393EE37D128F8' # Matthieu Herrb
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxi/-/commit/36f2a9420bb4c605878f78657a55741b999c6bd3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxi/-/commit/36f2a9420bb4c605878f78657a55741b999c6bd3
You're receiving this email because of your account on gitlab.archlinux.org.