summaryrefslogtreecommitdiff
path: root/community/pion-net/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-25 12:00:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-25 12:00:05 -0300
commitd59c722c306fa39fcecf011b411b77faffca5cbd (patch)
treed6a3582523245b624d1a905d4b46d8344429e617 /community/pion-net/PKGBUILD
parent939541abc901bd03328b55aaed0fb1862f803c05 (diff)
parent5894dd675f4bd3ba296d262fae99b3b87a0f87fd (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/gri/PKGBUILD community/multiget/PKGBUILD core/bash/PKGBUILD core/grep/PKGBUILD extra/ffmpeg/PKGBUILD extra/vlc/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD libre/linux-libre/PKGBUILD libre/linux-libre/dib0700-fix.patch libre/linux-libre/i915-fix-ghost-tv-output.patch libre/linux-libre/i915-fix-incorrect-error-message.patch libre/linux-libre/iwlagn-fix-NULL-pointer-dereference.patch libre/linux-libre/linux-libre.install libre/linux-libre/usb-add-reset-resume-quirk-for-several-webcams.patch
Diffstat (limited to 'community/pion-net/PKGBUILD')
-rw-r--r--community/pion-net/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/pion-net/PKGBUILD b/community/pion-net/PKGBUILD
index b359ca4f0..22669236d 100644
--- a/community/pion-net/PKGBUILD
+++ b/community/pion-net/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 58325 2011-11-11 13:52:07Z stativ $
+# $Id: PKGBUILD 59342 2011-11-23 19:04:28Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: David Watzke <david@watzke.cz>
pkgname=pion-net
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.0.7
+pkgrel=1
pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
url="http://www.pion.org/projects/pion-network-library"
arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@ license=('custom:Boost')
depends=('boost-libs' 'openssl' 'log4cpp')
makedepends=('boost')
source=("http://www.pion.org/files/$pkgname-$pkgver.tar.bz2"
- "$pkgname-$pkgver-build.patch")
-md5sums=('1030fcce124621de705bdab40a1d977c'
+ "$pkgname-4.0.5-build.patch")
+md5sums=('761c8af8dc54102b637f8d91d162f987'
'd75ea2af90163a81d2bc71fda00f0c00')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir/$pkgname-$pkgver-build.patch"
+ patch -p1 -i "$srcdir/$pkgname-4.0.5-build.patch"
# override configure bug (forces debug even when nobody asked for it)
sed -i "s/ -ggdb//g;s/ -DNDEBUG//g" configure