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

Andreas Radke andyrtr at archlinux.org
Sun Aug 21 11:57:06 UTC 2016


    Date: Sunday, August 21, 2016 @ 11:57:05
  Author: andyrtr
Revision: 274555

upgpkg: man2html 3.0.1-5

rebuild old pkg - fix missing source/url

Modified:
  man2html/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-21 11:36:11 UTC (rev 274554)
+++ PKGBUILD	2016-08-21 11:57:05 UTC (rev 274555)
@@ -6,15 +6,20 @@
 
 pkgname=man2html
 pkgver=3.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A Unix manpage-to-HTML converter"
 arch=('any')
-url="http://www.oac.uci.edu/indiv/ehood/man2html.html"
+url="http://www.nongnu.org/man2html/"
 license=('GPL')
 depends=('man-db' 'perl')
-source=(http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz)
+source=(#http://www.oac.uci.edu/indiv/ehood/tar/$pkgname$pkgver.tar.gz
+        http://www.cpan.org/authors/id/E/EH/EHOOD/$pkgname$pkgver.tar.gz)
 md5sums=('1c0d28c83225d0ebc845f2386c8f8384')
 
+# consider to move to Debians fork also used by Fedora
+# https://packages.debian.org/source/sid/man2html
+# http://pkgs.fedoraproject.org/cgit/rpms/man2html.git/tree/man2html.spec
+
 package() {
   cd ${srcdir}/${pkgname}${pkgver}
   install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 



More information about the arch-commits mailing list