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

David Runge dvzrv at archlinux.org
Thu Oct 4 17:28:25 UTC 2018


    Date: Thursday, October 4, 2018 @ 17:28:25
  Author: dvzrv
Revision: 389563

upgpkg: mxml 2.12-1

Upgrading to 2.12. Switching to current upstream url.

Modified:
  mxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-04 17:08:26 UTC (rev 389562)
+++ PKGBUILD	2018-10-04 17:28:25 UTC (rev 389563)
@@ -4,19 +4,20 @@
 # Contributor: Johannes Sjolund <j.sjolund at gmail.com>
 
 pkgname=mxml
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc="A small XML parsing library"
 arch=('x86_64')
-url="http://www.minixml.org/"
+url="https://www.msweet.org/mxml/"
 license=('LGPL')
 depends=('zlib')
-source=("https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('1cb60f6e56dfda9a1f1ac0c39493da411dc671976469afe80995b996cb501ed692027bac37103f8ae5aa196e78896094ef43eb3113b722a5b33a5ae025f21854')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('49233a0087f3ef73a01ef71bb79511af36bb72027e3d9f6df919385e9ff0b03a489a3ccc590941bc4af1f558f82b2ed9bf8ff641863300a7791ce6dddfd56e77')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
+  ./configure --prefix=/usr \
+              --enable-shared
   make
 }
 



More information about the arch-commits mailing list