[arch-commits] Commit in mxml/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Dec 16 09:41:08 UTC 2019


    Date: Monday, December 16, 2019 @ 09:41:07
  Author: dvzrv
Revision: 537844

archrelease: copy trunk to community-x86_64

Added:
  mxml/repos/community-x86_64/PKGBUILD
    (from rev 537843, mxml/trunk/PKGBUILD)
Deleted:
  mxml/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-16 09:40:56 UTC (rev 537843)
+++ PKGBUILD	2019-12-16 09:41:07 UTC (rev 537844)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
-
-pkgname=mxml
-pkgver=3.1
-pkgrel=1
-pkgdesc="A small XML parsing library"
-arch=('x86_64')
-url="https://www.msweet.org/mxml"
-license=('LGPL')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('8f8923b394093db5c471c52c17185916bc3c91f66c97de66919bfef2a09f271879a52f285e5fc4ded03484a3f83ba8fdb588d985b06e0c25ee001f1a80ffa586')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --enable-shared
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DSTROOT="${pkgdir}" install
-}

Copied: mxml/repos/community-x86_64/PKGBUILD (from rev 537843, mxml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-16 09:41:07 UTC (rev 537844)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
+
+pkgname=mxml
+pkgver=3.1
+pkgrel=2
+pkgdesc="A small XML parsing library"
+arch=('x86_64')
+url="https://www.msweet.org/mxml"
+license=('LGPL')
+depends=('glibc')
+provides=('libmxml.so')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/michaelrsweet/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('8f8923b394093db5c471c52c17185916bc3c91f66c97de66919bfef2a09f271879a52f285e5fc4ded03484a3f83ba8fdb588d985b06e0c25ee001f1a80ffa586')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --enable-shared
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DSTROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list