summaryrefslogtreecommitdiff
path: root/extra/farstream/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/farstream/PKGBUILD')
-rw-r--r--extra/farstream/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/farstream/PKGBUILD b/extra/farstream/PKGBUILD
index 1a62c4964..68c067bec 100644
--- a/extra/farstream/PKGBUILD
+++ b/extra/farstream/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=farstream
pkgver=0.2.3
pkgrel=1
pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL')
depends=('gst-plugins-base-libs' 'libnice')
@@ -20,8 +20,8 @@ md5sums=('a8971167068b69a6933d3eaaeb9ab448'
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr \
- --with-package-name='Arch Linux farstream package' \
- --with-package-origin='http://archlinux.org' \
+ --with-package-name='Parabola GNU/Linux-libre farstream package' \
+ --with-package-origin='https://parabolagnulinux.org/' \
--disable-static
make
}