[arch-commits] Commit in expat/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Aug 20 06:56:40 UTC 2018
Date: Monday, August 20, 2018 @ 06:56:39
Author: bpiotrowski
Revision: 332673
2.2.6-1
Modified:
expat/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-20 06:47:16 UTC (rev 332672)
+++ PKGBUILD 2018-08-20 06:56:39 UTC (rev 332673)
@@ -4,7 +4,7 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=expat
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc='An XML parser library'
arch=(x86_64)
@@ -11,8 +11,10 @@
url='https://libexpat.github.io/'
license=(custom)
depends=(glibc)
-source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6')
+source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/expat-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(3D7E959D89FACFEE38371921B00BC66A401A1600) # Sebastian Pipping
+sha256sums=('17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2'
+ 'SKIP')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list