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

Jan de Groot jgc at archlinux.org
Sun Mar 26 20:39:43 UTC 2017


    Date: Sunday, March 26, 2017 @ 20:39:40
  Author: jgc
Revision: 291688

Change homepage and download URLs, add sha256sums

Modified:
  xmlto/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 20:31:52 UTC (rev 291687)
+++ PKGBUILD	2017-03-26 20:39:40 UTC (rev 291688)
@@ -9,12 +9,13 @@
 pkgrel=1
 pkgdesc="Convert xml to many other formats"
 arch=('i686' 'x86_64')
-url="http://cyberelk.net/tim/software/xmlto/"
+url="https://pagure.io/xmlto/"
 license=('GPL')
 depends=('libxslt')
 makedepends=('docbook-xsl')
-source=("https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+source=("https://releases.pagure.org/xmlto/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('93bab48d446c826399d130d959fe676f')
+sha256sums=('1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"



More information about the arch-commits mailing list