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

Sergej Pupykin spupykin at archlinux.org
Wed Jan 16 15:54:06 UTC 2019


    Date: Wednesday, January 16, 2019 @ 15:54:05
  Author: spupykin
Revision: 423649

upgpkg: gsoap 2.8.75-1

Modified:
  gsoap/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 15:27:39 UTC (rev 423648)
+++ PKGBUILD	2019-01-16 15:54:05 UTC (rev 423649)
@@ -3,7 +3,7 @@
 # Contributor: Lee.MaRS <leemars at gmail.com>
 
 pkgname=gsoap
-pkgver=2.8.66
+pkgver=2.8.75
 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"
@@ -15,13 +15,13 @@
 source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip"
 	'0001-no-xlocale.patch'
 	'LICENSE')
-sha256sums=('ef7a7ebf3963922ebc97424a6b2371b3761581f3fd07ecfdbaf8a36a8df63d59'
+sha256sums=('825cfc31d97090ab634d8739a57179e59e5ac6f6071878cdf3c32d8cb90b3649'
             '4058a13b4ac5b26c4a1a5e6363390b47652a02ef29cab835de6720ddb516e405'
             '0457ad7ae5599c7ee2e30f94d685dfd1a39cc9a9e3937aef1417d1752dfc6eb3')
 
 prepare() {
   cd "$srcdir"/gsoap-2.8
-  patch -Np1 < "${srcdir}"/0001-no-xlocale.patch
+#  patch -Np1 < "${srcdir}"/0001-no-xlocale.patch
 }
 
 build() {



More information about the arch-commits mailing list