summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-04-29 17:47:23 -0300
committerRodrigo Bezerra2020-04-29 17:47:23 -0300
commit34af9835c5f79a0ef14dff76ca3febb4d1d982ce (patch)
tree0bb8a191411c58a91b2a1085c32d96ddc5e693cc
parent0090b7dc2f0d669c6162bc171ddc41ec5bb78ea1 (diff)
downloadaur-34af9835c5f79a0ef14dff76ca3febb4d1d982ce.tar.gz
Update to version 0.31.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60dcb0b21cca..2f4833c65d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lib32-neon
pkgdesc = HTTP and WebDAV client library with a C interface (32 bit)
- pkgver = 0.30.2
- pkgrel = 5
- url = https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/
+ pkgver = 0.31.1
+ pkgrel = 1
+ url = https://notroj.github.io/neon
arch = x86_64
license = GPL
license = LGPL
@@ -11,11 +11,9 @@ pkgbase = lib32-neon
depends = ca-certificates
depends = neon
options = libtool
- source = https://fossies.org/linux/www/neon-0.30.2.tar.gz
- source = neon-0.30.2.tar.gz.asc
+ source = https://notroj.github.io/neon/neon-0.31.1.tar.gz
validpgpkeys = 190555472DCC589BEF01609C608A86DF9833CC49
- sha1sums = d1c020f96731135263476ebaa72b2da07c4727cd
- sha1sums = SKIP
+ sha1sums = 308660ba7b3bc728ea99bd266b63a100959c3582
pkgname = lib32-neon
diff --git a/PKGBUILD b/PKGBUILD
index 0d7d22eab8c6..fc47d2905db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,16 @@
_basename=neon
pkgname=lib32-neon
-pkgver=0.30.2
-pkgrel=5
+pkgver=0.31.1
+pkgrel=1
pkgdesc="HTTP and WebDAV client library with a C interface (32 bit)"
-arch=(x86_64)
-url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/"
-license=(GPL LGPL)
-depends=(lib32-krb5 lib32-expat ca-certificates neon)
-source=("https://fossies.org/linux/www/${_basename}-${pkgver}.tar.gz")
+arch=('x86_64')
+url="https://notroj.github.io/neon"
+license=('GPL' 'LGPL')
+depends=('lib32-krb5' 'lib32-expat' 'ca-certificates' 'neon')
options=('libtool') # FS#16067
-source=(https://fossies.org/linux/www/${_basename}-${pkgver}.tar.gz
- $_basename-$pkgver.tar.gz.asc)
-sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
- 'SKIP')
+source=(https://notroj.github.io/neon/${_basename}-${pkgver}.tar.gz)
+sha1sums=('308660ba7b3bc728ea99bd266b63a100959c3582')
validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
build() {