summaryrefslogtreecommitdiff
path: root/extra/farstream/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/farstream/PKGBUILD')
-rw-r--r--extra/farstream/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/farstream/PKGBUILD b/extra/farstream/PKGBUILD
index 96d1111f1..10f56c670 100644
--- a/extra/farstream/PKGBUILD
+++ b/extra/farstream/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 169871 2012-10-30 22:25:23Z heftig $
+# $Id: PKGBUILD 170993 2012-11-14 14:37:18Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=farstream
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
arch=(i686 x86_64 'mips64el')
@@ -15,10 +15,10 @@ conflicts=('farsight2')
replaces=('farsight2')
options=(!libtool)
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('479c42adf5cc606abcb47d58ed542414')
+md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr \
--with-package-name='Parabola GNU/Linux-libre farstream package' \
--with-package-origin='https://parabolagnulinux.org/' \
@@ -27,7 +27,7 @@ build() {
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}