Date: Thursday, April 5, 2018 @ 22:49:25
  Author: jgc
Revision: 321006

upgpkg: neon 0.30.2-3

Upstream is dead. Download source from a mirror, grab GPG signature from 
archive.org, point website url to last version on archive.org

Added:
  neon/trunk/neon-0.30.2.tar.gz.asc
Modified:
  neon/trunk/PKGBUILD

------------------------+
 PKGBUILD               |   10 ++++++----
 neon-0.30.2.tar.gz.asc |    1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-05 22:44:58 UTC (rev 321005)
+++ PKGBUILD    2018-04-05 22:49:25 UTC (rev 321006)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot <[email protected]>
 # Contributor: Tom Newsom <[email protected]>
 # Contributor: Juergen Hoetzel <[email protected]>
 
 pkgname=neon
 pkgver=0.30.2
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('x86_64')
-url="http://www.webdav.org/neon/";
+url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/";
 license=('GPL' 'LGPL')
 depends=('krb5' 'expat' 'ca-certificates' 'zlib')
 options=('libtool') # FS#16067
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://fossies.org/linux/www/${pkgname}-${pkgver}.tar.gz
+        $pkgname-$pkgver.tar.gz.asc)
 sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
           'SKIP')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
@@ -25,6 +26,7 @@
     --disable-static \
     --with-ssl=openssl \
     --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: neon-0.30.2.tar.gz.asc
===================================================================
(Binary files differ)

Index: neon/trunk/neon-0.30.2.tar.gz.asc
===================================================================
--- neon-0.30.2.tar.gz.asc      2018-04-05 22:44:58 UTC (rev 321005)
+++ neon-0.30.2.tar.gz.asc      2018-04-05 22:49:25 UTC (rev 321006)

Property changes on: neon/trunk/neon-0.30.2.tar.gz.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-signature
\ No newline at end of property

Reply via email to