[arch-commits] Commit in farstream/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Jul 27 20:46:43 UTC 2014


    Date: Sunday, July 27, 2014 @ 22:46:43
  Author: eric
Revision: 218245

upgpkg: farstream 0.2.4-1

Upstream update

Modified:
  farstream/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 19:36:45 UTC (rev 218244)
+++ PKGBUILD	2014-07-27 20:46:43 UTC (rev 218245)
@@ -2,10 +2,10 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=farstream
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/Farstream"
 license=('LGPL')
 depends=('gst-plugins-base-libs' 'libnice')
@@ -14,7 +14,7 @@
 conflicts=('farsight2')
 replaces=('farsight2')
 source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('a8971167068b69a6933d3eaaeb9ab448'
+md5sums=('edcc75cbf7c811cfe3de9b00b9808682'
          'SKIP')
 
 build() {
@@ -21,8 +21,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
     --with-package-name='Arch Linux farstream package' \
-    --with-package-origin='http://archlinux.org' \
-    --disable-static
+    --with-package-origin='http://archlinux.org'
   make
 }
 




More information about the arch-commits mailing list