summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2016-03-07 15:26:50 +0200
committerGordonGR2016-03-07 15:26:50 +0200
commitadb37b84ee1e9ad3dcd20f33684ef78f9dfca8ba (patch)
tree0ebe423bb7e222de4c3efa6e08903437fc74cc60 /PKGBUILD
parent3e31afb3f43574c1a18fa671b9f811b1664c6cb6 (diff)
downloadaur-adb37b84ee1e9ad3dcd20f33684ef78f9dfca8ba.tar.gz
0.30.1-2: OpenSSL 1.0.2g rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f872abc95531..9c307a951f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
_pkgname=neon
pkgname=lib32-${_pkgname}
pkgver=0.30.1
-pkgrel=1
+pkgrel=2
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'
url="http://www.webdav.org/neon/"
-source=(http://www.webdav.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('231adebe5c2f78fded3e3df6e958878e'
- 'SKIP')
+source=("http://www.webdav.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('231adebe5c2f78fded3e3df6e958878e')
options=('libtool') # FS#16067
build() {