diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-09 23:49:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-11 08:22:06 +0000 |
commit | 51c57b4ea5553d434bb577811c90d9b4ccfcaeeb (patch) | |
tree | d8be71de46485754bf50efbc10c4a30973c34888 /main | |
parent | a957dc5b597fe056c7142e10c35e4d2548c0fba6 (diff) | |
download | aports-51c57b4ea5553d434bb577811c90d9b4ccfcaeeb.tar.bz2 aports-51c57b4ea5553d434bb577811c90d9b4ccfcaeeb.tar.xz |
main/xmlto: update project url
Diffstat (limited to 'main')
-rw-r--r-- | main/xmlto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xmlto/APKBUILD b/main/xmlto/APKBUILD index 9f9daf030e..974e60ec90 100644 --- a/main/xmlto/APKBUILD +++ b/main/xmlto/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xmlto pkgver=0.0.28 -pkgrel=1 +pkgrel=2 pkgdesc="Convert xml to many other formats" -url="http://cyberelk.net/tim/software/xmlto/" +url="https://pagure.io/xmlto/" arch="all" license="GPL2+" depends="libxslt perl-yaml-syck perl-test-pod bash docbook-xsl" |