diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-06 13:16:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-06 13:16:36 -0300 |
commit | 0e83b6eeba6643b6636469de8aa2b77dd0b295ae (patch) | |
tree | 150783d401d7648efda130edd1e64aba6993315e /community/gsoap/PKGBUILD | |
parent | 58d6937e71aea203f6693a68146018f950922fbc (diff) | |
parent | e05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/stone-soup/PKGBUILD
extra/alsa-oss/PKGBUILD
extra/habak/PKGBUILD
extra/libmcrypt/PKGBUILD
extra/mahjong/PKGBUILD
extra/mcrypt/PKGBUILD
Diffstat (limited to 'community/gsoap/PKGBUILD')
-rw-r--r-- | community/gsoap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index 4e1932289..aec8477fa 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46364 2011-05-06 10:36:35Z spupykin $ +# $Id: PKGBUILD 55148 2011-09-04 07:26:57Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tor Krill <tor@krill.nu> # Contributor: Lee.MaRS <leemars@gmail.com> pkgname=gsoap -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" @@ -14,7 +14,7 @@ depends=('openssl' 'zlib' 'gcc-libs') makedepends=('autoconf' 'automake') source=(http://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip LICENSE) -md5sums=('9cd47be235bc5b8d085bf6eff30fa204' +md5sums=('48e7739a5719bd635843e42d2ec670f7' '27aaa3f5166db94d44044c11a7b2c37b') build() { |