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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Nov 29 06:58:40 UTC 2017


    Date: Wednesday, November 29, 2017 @ 06:58:39
  Author: bpiotrowski
Revision: 311138

Apply changes from Jesin

Modified:
  expat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-29 06:55:17 UTC (rev 311137)
+++ PKGBUILD	2017-11-29 06:58:39 UTC (rev 311138)
@@ -8,11 +8,11 @@
 pkgrel=1
 pkgdesc='An XML parser library'
 arch=(x86_64)
-url='http://expat.sourceforge.net/'
+url='https://libexpat.github.io/'
 license=(custom)
 depends=(glibc)
-source=(http://downloads.sourceforge.net/sourceforge/expat/$pkgname-$pkgver.tar.bz2)
-md5sums=('789e297f547980fc9ecc036f9a070d49')
+source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6')
 
 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 "-t$pkgdir/usr/share/licenses/$pkgname" COPYING
 }



More information about the arch-commits mailing list