diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-31 10:59:13 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-31 10:59:13 +0100 |
commit | 3891a8a21b1ef695b99685a1720bc750b41361c3 (patch) | |
tree | 5b532eed541dca9573aecfd64ae407aa8ba97730 /community/xmlstarlet/PKGBUILD | |
parent | e175fdd8593579f4a606206ad703f8433f7316c5 (diff) | |
parent | a949895a0243a490d30fe355655c839fe217c580 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libpar2/PKGBUILD
extra/audacity/PKGBUILD
extra/samba/PKGBUILD
extra/xorg-xev/PKGBUILD
Diffstat (limited to 'community/xmlstarlet/PKGBUILD')
-rw-r--r-- | community/xmlstarlet/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xmlstarlet/PKGBUILD b/community/xmlstarlet/PKGBUILD index 7b95c0191..8793c80e5 100644 --- a/community/xmlstarlet/PKGBUILD +++ b/community/xmlstarlet/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81711 2012-12-27 13:15:34Z spupykin $ +# $Id: PKGBUILD 83360 2013-01-30 09:39:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: PyroPeter <abi1789@googlemail.com> # Contributor: BlackEagle <ike.devolder@scarlet.be> # Contributor: chochem <chochem@gmail.com> pkgname=xmlstarlet -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A set of tools to transform, query, validate, and edit XML documents" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ url="http://xmlstar.sourceforge.net/" license=('MIT') depends=('libxslt>=1.1.9') source=("xmlstarlet-$pkgver.tar.gz::http://sourceforge.net/projects/xmlstar/files/xmlstarlet/$pkgver/xmlstarlet-$pkgver.tar.gz/download") -md5sums=('fd78564417634583692b04193bc0bbc6') +md5sums=('ee8df42efd2417f74a1f5e3b7fe9e023') build() { cd "$srcdir/$pkgname-$pkgver" |