diff options
Diffstat (limited to 'extra/farstream/PKGBUILD')
-rw-r--r-- | extra/farstream/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/farstream/PKGBUILD b/extra/farstream/PKGBUILD index 60c493c8f..10f56c670 100644 --- a/extra/farstream/PKGBUILD +++ b/extra/farstream/PKGBUILD @@ -5,7 +5,7 @@ pkgname=farstream pkgver=0.2.2 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=('LGPL2.1') depends=('gst-plugins-base-libs' 'libnice') @@ -20,8 +20,8 @@ md5sums=('01c20c1ed014ad4e18e55f1f6caf7877') 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 } |