From 09ceab8cd777cab1fab87dcf2e54d3ddaf02b6e4 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 24 Oct 2013 10:23:44 -0400 Subject: [PATCH] Update as per Scimmia's comment: This only builds static libs, which are now removed by default by makepkg. This needs options=('staticlibs') --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b61dae6..90d5946 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')