summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca20eb949f17..a1b38c2de54c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
_pkgname=neon
pkgname=lib32-${_pkgname}
pkgver=0.30.2
-pkgrel=2
+pkgrel=3
pkgdesc="HTTP and WebDAV client library with a C interface (32 bit)"
arch=('x86_64')
license=('GPL' 'LGPL')
depends=('lib32-krb5' 'lib32-expat' "${_pkgname}" 'ca-certificates' 'zlib')
url="http://www.webdav.org/neon/"
-source=("http://www.webdav.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+source=("https://fossies.org/linux/www/${_pkgname}-${pkgver}.tar.gz")
+#source=("http://www.webdav.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
options=('libtool') # FS#16067
md5sums=('e28d77bf14032d7f5046b3930704ef41')