Update to 1.2.6
This commit is contained in:
parent
a10c9c9e46
commit
768d2a09cf
6
PKGBUILD
6
PKGBUILD
@ -4,10 +4,10 @@
|
|||||||
pkgname=libevhtp
|
pkgname=libevhtp
|
||||||
|
|
||||||
# The version number for the software
|
# The version number for the software
|
||||||
pkgver=1.2.5
|
pkgver=1.2.6
|
||||||
|
|
||||||
#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=3
|
pkgrel=1
|
||||||
|
|
||||||
# The description of the package, should be about 80 characters long (one line)
|
# The description of the package, should be about 80 characters long (one line)
|
||||||
pkgdesc="A more flexible replacement for libevent's httpd API."
|
pkgdesc="A more flexible replacement for libevent's httpd API."
|
||||||
@ -37,7 +37,7 @@ provides=()
|
|||||||
options=
|
options=
|
||||||
|
|
||||||
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
|
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
|
||||||
sha256sums=('97e8b21331f48fbefd14768b06e65c4fa9c1e3b4609f3aaf3c883d3b71297ff0')
|
sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639')
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
Loading…
Reference in New Issue
Block a user