[arch-commits] Commit in xmlrpc-c/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Dec 8 19:13:51 UTC 2015
Date: Tuesday, December 8, 2015 @ 20:13:51
Author: foutrelis
Revision: 150362
Lock revision for C++11 ABI rebuild
Modified:
xmlrpc-c/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-08 18:49:13 UTC (rev 150361)
+++ PKGBUILD 2015-12-08 19:13:51 UTC (rev 150362)
@@ -8,6 +8,7 @@
# Using the Advanced version
pkgver=1.41.01
pkgrel=2
+_svnrev=2726
epoch=1
pkgdesc='XML-RPC for C and C++'
arch=('x86_64' 'i686')
@@ -16,7 +17,7 @@
depends=('curl' 'libxml2')
makedepends=('libtool' 'setconf' 'python' 'subversion')
options=('!makeflags' '!emptydirs')
-source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
sha1sums=('SKIP')
pkgver() {
More information about the arch-commits
mailing list