[arch-commits] Commit in neon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 22 21:19:34 UTC 2021


    Date: Wednesday, September 22, 2021 @ 21:19:34
  Author: arojas
Revision: 424538

archrelease: copy trunk to extra-x86_64

Added:
  neon/repos/extra-x86_64/PKGBUILD
    (from rev 424537, neon/trunk/PKGBUILD)
Deleted:
  neon/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 21:19:25 UTC (rev 424537)
+++ PKGBUILD	2021-09-22 21:19:34 UTC (rev 424538)
@@ -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.2
-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)
-sha512sums=('1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c')
-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 424537, neon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 21:19:34 UTC (rev 424538)
@@ -0,0 +1,34 @@
+# 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.32.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')
+makedepends=('xmlto' 'docbook-xsl')
+options=('libtool') # FS#16067
+source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
+sha512sums=('a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f100000ecd7e1977')
+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