Skip to content

Commit

Permalink
neon: Update to 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atom.long committed May 30, 2017
1 parent 17e17b2 commit eb4188c
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 138 deletions.
10 changes: 5 additions & 5 deletions neon/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

pkgbase=neon
pkgname=("lib${pkgbase}" "lib${pkgbase}-devel")
pkgver=0.30.0
pkgver=0.30.2
pkgrel=1
pkgdesc="HTTP and WebDAV client library with a C interface"
arch=('i686' 'x86_64')
Expand All @@ -12,15 +12,15 @@ depends=('libexpat' 'openssl' 'ca-certificates')
makedepends=('libexpat-devel' 'openssl-devel')
options=('libtool') # FS#16067
source=(http://www.webdav.org/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc}
neon-0.30.0-msys2.patch)
sha256sums=('2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2'
neon-0.30.2-msys2.patch)
sha256sums=('db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca'
'SKIP'
'd921882c79610e780186a31b6f70bc8f5f579067cc5959d49fc1ea3b86efea57')
'ddf8bc1f4f3f9873c6b1d0bf66f6db23eb42da9125d700ee2e065ca59bafff69')

prepare() {
cd "${srcdir}"/${pkgbase}-${pkgver}

patch -p1 -i ${srcdir}/neon-0.30.0-msys2.patch
patch -p1 -i ${srcdir}/neon-0.30.2-msys2.patch

#autoreconf -fi
}
Expand Down

0 comments on commit eb4188c

Please sign in to comment.