[arch-commits] Commit in mxml/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Aug 30 12:52:39 UTC 2019
Date: Friday, August 30, 2019 @ 12:52:39
Author: dvzrv
Revision: 505234
upgpkg: mxml 3.1-1
Upgrading to 3.1. Switching to glibc as depends, zlib is not required.
Modified:
mxml/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-30 12:51:55 UTC (rev 505233)
+++ PKGBUILD 2019-08-30 12:52:39 UTC (rev 505234)
@@ -4,15 +4,15 @@
# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
pkgname=mxml
-pkgver=3.0
+pkgver=3.1
pkgrel=1
pkgdesc="A small XML parsing library"
arch=('x86_64')
url="https://www.msweet.org/mxml"
license=('LGPL')
-depends=('zlib')
+depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('3c540348022226b122ce014f183368cda6631600a11d8f4d43c99c62fba2f3ca4b23dff4122082f63915b59a46a5475d1d12d0081f9315c65f5c044ac3c751d6')
+sha512sums=('8f8923b394093db5c471c52c17185916bc3c91f66c97de66919bfef2a09f271879a52f285e5fc4ded03484a3f83ba8fdb588d985b06e0c25ee001f1a80ffa586')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list