[arch-commits] Commit in xmltoman/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 03:08:15 UTC 2018


    Date: Thursday, May 31, 2018 @ 03:08:15
  Author: felixonmars
Revision: 325341

archrelease: copy trunk to extra-any

Added:
  xmltoman/repos/extra-any/PKGBUILD
    (from rev 325340, xmltoman/trunk/PKGBUILD)
Deleted:
  xmltoman/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 03:07:55 UTC (rev 325340)
+++ PKGBUILD	2018-05-31 03:08:15 UTC (rev 325341)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xmltoman
-pkgver=0.4
-pkgrel=2
-pkgdesc='Convert xml to man pages in groff format or html'
-url='http://xmltoman.sourceforge.net/'
-license=('GPL')
-arch=('any')
-depends=('perl-xml-parser')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('151f75d78d1fa53bca25b94dc00e46a27fabfee8')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make PREFIX=/usr
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make install PREFIX=/usr DESTDIR="${pkgdir}"
-}

Copied: xmltoman/repos/extra-any/PKGBUILD (from rev 325340, xmltoman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 03:08:15 UTC (rev 325341)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xmltoman
+pkgver=0.4
+pkgrel=3
+pkgdesc='Convert xml to man pages in groff format or html'
+url='http://xmltoman.sourceforge.net/'
+license=('GPL')
+arch=('any')
+depends=('perl-xml-parser')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make PREFIX=/usr
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make install PREFIX=/usr DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list