[arch-commits] Commit in neon/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 28 08:18:24 UTC 2020
Date: Tuesday, April 28, 2020 @ 08:18:23
Author: arojas
Revision: 381776
archrelease: copy trunk to extra-x86_64
Added:
neon/repos/extra-x86_64/PKGBUILD
(from rev 381775, neon/trunk/PKGBUILD)
Deleted:
neon/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 08:17:52 UTC (rev 381775)
+++ PKGBUILD 2020-04-28 08:18:23 UTC (rev 381776)
@@ -1,33 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=neon
-pkgver=0.31.0
-pkgrel=1
-pkgdesc="HTTP and WebDAV client library with a C interface"
-arch=('x86_64')
-url="http://www.webdav.org/neon/"
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates' 'zlib')
-options=('libtool') # FS#16067
-source=(http://webdav.org/neon/$pkgname-$pkgver.tar.gz)
-sha1sums=('624593d8ae39eaf6c31f1982ca7d4a67e231d102')
-validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --with-expat \
- --enable-shared \
- --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
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 381775, neon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-28 08:18:23 UTC (rev 381776)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.31.1
+pkgrel=1
+pkgdesc="HTTP and WebDAV client library with a C interface"
+arch=('x86_64')
+url="https://notroj.github.io/neon/"
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates' 'zlib')
+options=('libtool') # FS#16067
+source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
+sha1sums=('308660ba7b3bc728ea99bd266b63a100959c3582')
+validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --with-expat \
+ --enable-shared \
+ --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
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list