summaryrefslogtreecommitdiff
path: root/community/xmlrpc-c/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xmlrpc-c/PKGBUILD')
-rw-r--r--community/xmlrpc-c/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD
index b387f32cb..7a456a8c0 100644
--- a/community/xmlrpc-c/PKGBUILD
+++ b/community/xmlrpc-c/PKGBUILD
@@ -1,15 +1,13 @@
-# $Id: PKGBUILD 69311 2012-04-13 13:20:52Z arodseth $
+# $Id: PKGBUILD 74066 2012-07-19 10:16:54Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Vitaliy Berdinskikh <skipper13@root.ua>
pkgname=xmlrpc-c
-# The webpage is unclear on which version is the latest advanced version (2012-04-13)
-# Both the 1.29x series and 1.30.1 are mentioned. I'll go with 1.29.2 for now.
-pkgver=1.29.2
+pkgver=1.31.02
epoch=1
-pkgrel=2
+pkgrel=1
pkgdesc='XML-RPC for C and C++'
arch=('x86_64' 'i686')
url='http://xmlrpc-c.sourceforge.net/'
@@ -18,7 +16,7 @@ depends=('curl' 'libxml2' 'gcc-libs' 'zlib')
makedepends=('libtool' 'setconf')
options=('!makeflags' '!libtool')
source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced.tar.gz")
-sha256sums=('68f5ae842a490778899f51a7ebec3399b9238f28db94b764646202c48bd8381f')
+sha256sums=('658013f009f29bc8cbd9fd9ebef087a2f6691a123d3b17c68b2cd4a958f91c39')
build() {
cd "$srcdir/advanced"