summaryrefslogtreecommitdiff
path: root/community/pion/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
committerroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
commit06a76442fa8de4a9975266a4eca7fb2a953f5244 (patch)
tree7b783eeb28c401d172561db419f82783f4380b34 /community/pion/PKGBUILD
parentd5839dd449651d7781de570240f3d0a1a9162320 (diff)
Wed Oct 23 01:09:43 PDT 2013
Diffstat (limited to 'community/pion/PKGBUILD')
-rw-r--r--community/pion/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD
index 02be15ca0..4468e1bd0 100644
--- a/community/pion/PKGBUILD
+++ b/community/pion/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 94042 2013-07-13 12:35:54Z svenstaro $
+# $Id: PKGBUILD 99025 2013-10-22 18:18:59Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=pion
-pkgver=5.0.2
+pkgver=5.0.4
pkgrel=1
pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
url="https://github.com/cloudmeter/pion"
@@ -13,7 +13,7 @@ provides=('pion-net')
conflicts=('pion-net')
replaces=('pion-net')
source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('1f6a9f69114235ca98756cbcab16d162')
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -25,7 +25,7 @@ build() {
# override Makefile bug
sed -i "/docs:/ s/doxygen-doc//" Makefile.in
- ./configure --prefix=/usr --disable-doxygen-doc
+ ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins --disable-doxygen-doc
make
}