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

Laurent Carlier lcarlier at archlinux.org
Fri Mar 16 08:17:19 UTC 2018


    Date: Friday, March 16, 2018 @ 08:17:18
  Author: lcarlier
Revision: 308791

upgpkg: lib32-libxml2 2.9.8-1

upstream update 2.9.8

Modified:
  lib32-libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 08:09:55 UTC (rev 308790)
+++ PKGBUILD	2018-03-16 08:17:18 UTC (rev 308791)
@@ -4,21 +4,21 @@
 
 _pkgbasename=libxml2
 pkgname=lib32-$_pkgbasename
-pkgver=2.9.4+16+g07418011
-pkgrel=2
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="XML parsing library, version 2 (32-bit)"
 arch=(x86_64)
 license=('custom')
-depends=('lib32-zlib' 'lib32-readline' 'lib32-ncurses' 'lib32-icu' 'libxml2')
+depends=(lib32-zlib lib32-readline lib32-ncurses lib32-icu libxml2)
 makedepends=(gcc-multilib git)
 url="http://www.xmlsoft.org/"
-_commit=074180119fc90d5fd04ef9e8a5ee1910d6f9ad8e # master
+_commit=18890f471c420411aa3c989e104d090966ec9dbf # tags/v2.9.8^0
 source=(git+https://git.gnome.org/browse/libxml2#commit=$_commit)
-md5sums=(SKIP)
+md5sums=('SKIP')
 
 +pkgver() {
   cd "${srcdir}/${_pkgbasename}"
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list