diff options
Diffstat (limited to 'extra/farstream-0.1/PKGBUILD')
-rw-r--r-- | extra/farstream-0.1/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/farstream-0.1/PKGBUILD b/extra/farstream-0.1/PKGBUILD index 4a33f5b39..f078a8d59 100644 --- a/extra/farstream-0.1/PKGBUILD +++ b/extra/farstream-0.1/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=farstream pkgver=0.1.2 pkgrel=3 pkgdesc="Audio/Video Communications Framework (legacy version)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/Farstream" license=('LGPL2.1') depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins' @@ -31,8 +31,8 @@ build() { NOCONFIGURE=1 ./autogen.sh ./configure \ --prefix=/usr \ - --with-package-name='Arch Linux Farstream 0.1 Package' \ - --with-package-origin='httpw://www.archlinux.org/' \ + --with-package-name='Parabola Farstream 0.1 Package' \ + --with-package-origin='https://parabolagnulinux.org/' \ --enable-gtk-doc --disable-static make -j1 } |