summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2017-12-29 19:33:26 +0200
committerGordonGR2017-12-29 19:33:26 +0200
commita3699b5fcbeea4b9a4767ad6dcf08a27ba62f944 (patch)
tree255843323183bc1db6f287d8e5b94af1b4cebe46 /PKGBUILD
parent45e84628c99649e6fc8e625c0173438914572259 (diff)
downloadaur-a3699b5fcbeea4b9a4767ad6dcf08a27ba62f944.tar.gz
0.30.2-3: Fixed the source url
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')