1
0
Fork 0

Update as per Scimmia's comment:

This only builds static libs, which are now removed by default by
	makepkg. This needs

	options=('staticlibs')
This commit is contained in:
Aaron Lindsay 2013-10-24 10:23:44 -04:00
parent 768d2a09cf
commit 09ceab8cd7
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ pkgname=libevhtp
pkgver=1.2.6
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
pkgrel=1
pkgrel=2
# The description of the package, should be about 80 characters long (one line)
pkgdesc="A more flexible replacement for libevent's httpd API."
@ -34,7 +34,7 @@ optdepends=()
provides=()
# Change the default behavior of makepkg see PKGBUILD#options
options=
options=('staticlibs')
source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip")
sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639')