summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Pakker2023-04-29 01:14:21 +0000
committerOmar Pakker2023-04-29 01:14:21 +0000
commita78d3b8b58a8b5086de6f401d45216f82eda17a2 (patch)
tree1e03f31cfe28d046c2021f0b00d7a2574ee2c1e5 /PKGBUILD
parent1c6e617b62916a017ac77f74f3b26352f81def5c (diff)
downloadaur-lib32-libxkbfile.tar.gz
Update to 1.1.2
Following changes from base Arch repo package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf1c2e28e350..68be61a9cc82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Omar Pakker <archlinux@opakker.nl>
+# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
_basepkgname=libxkbfile
pkgname=lib32-${_basepkgname}
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc="X11 keyboard file manipulation library"
arch=('x86_64')
@@ -11,10 +12,11 @@ license=('custom')
url="http://xorg.freedesktop.org/"
depends=('lib32-libx11')
makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/${_basepkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826'
+source=(${url}/releases/individual/lib/${_basepkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('0639fad7b64b36a85f8d24cdd40085e0ec18d7a671793b8b5c26449e9cc5a84c37117e7757fb1238ac353044935dd00013e42166de5af9dec428e873a47e598d'
'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith@oracle.com>
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith@oracle.com>
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner <mattst88@gmail.com>
build() {
export CC="gcc -m32"