Update to 1.2.10
This commit is contained in:
parent
6a55564919
commit
66caf00c4a
6
PKGBUILD
6
PKGBUILD
@ -4,7 +4,7 @@
|
|||||||
pkgname=libevhtp
|
pkgname=libevhtp
|
||||||
|
|
||||||
# The version number for the software
|
# 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
|
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@ -38,12 +38,12 @@ provides=()
|
|||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
|
|
||||||
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
|
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
|
||||||
sha256sums=('9007ed1e6e4509b677267d4cea69248a84da6e43552c6363e0f09c55f4795f68')
|
sha256sums=('32f28292d9b8a3fead4da07e6a4d0e4d8c316585616c3d60d491cdd3271d93e4')
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
|
||||||
make libevhtp
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package () {
|
package () {
|
||||||
|
Loading…
Reference in New Issue
Block a user