[arch-commits] Commit in expat/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Jul 17 08:44:07 UTC 2017


    Date: Monday, July 17, 2017 @ 08:44:06
  Author: bpiotrowski
Revision: 300678

2.2.2-1: new upstream release

Modified:
  expat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-17 07:46:06 UTC (rev 300677)
+++ PKGBUILD	2017-07-17 08:44:06 UTC (rev 300678)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=expat
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='An XML parser library'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(custom)
 depends=(glibc)
 source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2)
-md5sums=('d9c3baeab58774cefc2f04faf29f2cf8')
+md5sums=('1ede9a41223c78528b8c5d23e69a2667')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,5 +27,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



More information about the arch-commits mailing list