From 06a76442fa8de4a9975266a4eca7fb2a953f5244 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Oct 2013 01:11:11 -0700 Subject: Wed Oct 23 01:09:43 PDT 2013 --- community/pion/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/pion/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf