[arch-commits] Commit in xmlrpc-c/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Jun 4 16:43:03 UTC 2021


    Date: Friday, June 4, 2021 @ 16:43:02
  Author: arodseth
Revision: 955921

upgpkg: xmlrpc-c 1:1.51.07-1

Modified:
  xmlrpc-c/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 16:06:59 UTC (rev 955920)
+++ PKGBUILD	2021-06-04 16:43:02 UTC (rev 955921)
@@ -4,23 +4,22 @@
 # Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
 
 pkgname=xmlrpc-c
-# Using the "super stable" version. The alternative is to download with svn.
-pkgver=1.51.06
+# Using the "super stable" version
+pkgver=1.51.07
 pkgrel=1
 epoch=1
 pkgdesc='XML-RPC for C and C++'
 arch=(x86_64)
-# https is not available
-url='http://xmlrpc-c.sourceforge.net/'
+url='https://xmlrpc-c.sourceforge.net/'
 license=(custom)
 depends=(curl)
 makedepends=(libtool setconf)
 options=(!emptydirs)
-source=("https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/1.51.06/xmlrpc-c-${pkgver/./-}.tgz")
-sha256sums=('2ec92444d386440a4e276425c23a7a89dd9768f2c993c71f965e38c8e2101e92')
+source=("https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super%20Stable/$pkgver/xmlrpc-c-$pkgver.tgz")
+b2sums=('ff91051f11370131bae1c8af3ba73e22b8758f7e05f1d46a6d0609ecca6e241ac218d587f66045c1d1e492776d07e0de1c305b92b207273b23baafd938709286')
 
 build() {
-  cd "$pkgname-${pkgver/./-}"
+  cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
@@ -39,7 +38,7 @@
 }
 
 package() {
-  cd "$pkgname-${pkgver/./-}"
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
   make DESTDIR="$pkgdir" -C tools install
@@ -51,5 +50,3 @@
   # Custom license
   install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list