diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/extra/xmlto/PKGBUILD | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra/xmlto/PKGBUILD')
-rw-r--r-- | abs/extra/xmlto/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/xmlto/PKGBUILD b/abs/extra/xmlto/PKGBUILD index 76db93c..f9fc36e 100644 --- a/abs/extra/xmlto/PKGBUILD +++ b/abs/extra/xmlto/PKGBUILD @@ -5,16 +5,15 @@ # Contributor: Robert Stoffers <rob1@ubuntu.com> pkgname=xmlto -pkgver=0.0.21 -pkgrel=2 +pkgver=0.0.23 +pkgrel=1 pkgdesc="Convert xml to many other formats" arch=('i686' 'x86_64') url="http://cyberelk.net/tim/software/xmlto/" license=('GPL') depends=('libxslt>=1.1.24') makedepends=('docbook-xsl') -source=(https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.21.tar.bz2) -md5sums=('cc2039dedc81f1a56b06e5fdac6f7570') +source=(https://fedorahosted.org/releases/x/m/xmlto/${pkgname}-${pkgver}.tar.bz2) build() { cd $srcdir/${pkgname}-${pkgver} @@ -22,3 +21,4 @@ build() { make || return 1 make DESTDIR=$pkgdir install || return 1 } +md5sums=('3001d6bb2bbc2c8f6c2301f05120f074') |