1
0
Fork 0

Update to 1.2.10

This commit is contained in:
Aaron Lindsay 2015-03-03 09:56:30 -05:00
parent 6a55564919
commit 66caf00c4a
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
pkgname=libevhtp
# The version number for the software
pkgver=1.2.9
pkgver=1.2.10
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=1
@ -38,12 +38,12 @@ provides=()
options=('staticlibs')
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
sha256sums=('9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68')
sha256sums=('32f28292d9b8a3fead4da07e6a4d0e4d8c316585616c3d60d491cdd3271d93e4')
build () {
cd "$srcdir/$pkgname-$pkgver"
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
make libevhtp
make
}
package () {