diff options
author | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
commit | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (patch) | |
tree | 2a5b68f74fcd33ac18c8908d110554353d9fb0dc /community/xmlrpc-c/PKGBUILD | |
parent | 236f7ce9638c79b9ff594552540f3f5a2cbd8703 (diff) |
Sat Mar 30 00:06:23 PDT 2013
Diffstat (limited to 'community/xmlrpc-c/PKGBUILD')
-rw-r--r-- | community/xmlrpc-c/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD index 099d69fac..7083d92a4 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84192 2013-02-13 14:29:27Z arodseth $ +# $Id: PKGBUILD 87246 2013-03-29 00:18:37Z 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 -pkgver=1.33.01 +pkgver=1.33.03 pkgrel=1 epoch=1 pkgdesc='XML-RPC for C and C++' @@ -16,7 +16,7 @@ depends=('curl' 'libxml2') makedepends=('libtool' 'setconf') options=('!makeflags' '!libtool' '!emptydirs') source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar") -sha256sums=('6aa984a710794cb64ffece9811dcaee32277947b74cf35ca11baeba5d774f814') +sha256sums=('5e52978f4c96591c9732b4e7a336a4abb75550b1403ba0ed59fb3ddd49595309') build() { cd "$srcdir/advanced" @@ -43,8 +43,8 @@ package() { make DESTDIR="$pkgdir" -C tools install install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" # Remove references to build directory - setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR "" - setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR "" + setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR '' + setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR '' } # vim:set ts=2 sw=2 et: |