summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Pakker2019-03-24 15:17:10 +0000
committerOmar Pakker2019-03-24 15:17:10 +0000
commit3bfeb12d09e269796e15ed86385c0cd2561bc8ec (patch)
tree8f6185c2f36aafb8c069b26675314c9a10790d1f
parent42d7868a479557cd2a48bfd541ec33edd7a62aed (diff)
downloadaur-3bfeb12d09e269796e15ed86385c0cd2561bc8ec.tar.gz
Update to 1.1.0 and change from sha256 to sha512 (as the base arch repo image did as well)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd56e8ad578c..d1ab6974499a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = lib32-libxkbfile
pkgdesc = X11 keyboard file manipulation library
- pkgver = 1.0.9
+ pkgver = 1.1.0
pkgrel = 1
url = http://xorg.freedesktop.org/
arch = x86_64
license = custom
makedepends = xorg-util-macros
depends = lib32-libx11
- source = http://xorg.freedesktop.org//releases/individual/lib/libxkbfile-1.0.9.tar.bz2
- source = http://xorg.freedesktop.org//releases/individual/lib/libxkbfile-1.0.9.tar.bz2.sig
+ source = http://xorg.freedesktop.org//releases/individual/lib/libxkbfile-1.1.0.tar.bz2
+ source = http://xorg.freedesktop.org//releases/individual/lib/libxkbfile-1.1.0.tar.bz2.sig
validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
- sha256sums = 51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16a
- sha256sums = SKIP
+ sha512sums = 1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826
+ sha512sums = SKIP
pkgname = lib32-libxkbfile
diff --git a/PKGBUILD b/PKGBUILD
index dfcc3ebbdc89..cf1c2e28e350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basepkgname=libxkbfile
pkgname=lib32-${_basepkgname}
-pkgver=1.0.9
+pkgver=1.1.0
pkgrel=1
pkgdesc="X11 keyboard file manipulation library"
arch=('x86_64')
@@ -12,7 +12,8 @@ url="http://xorg.freedesktop.org/"
depends=('lib32-libx11')
makedepends=('xorg-util-macros')
source=(${url}/releases/individual/lib/${_basepkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16a' 'SKIP')
+sha512sums=('1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826'
+ 'SKIP')
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith@oracle.com>
build() {