diff options
Diffstat (limited to 'extra/farstream-0.1/PKGBUILD')
-rw-r--r-- | extra/farstream-0.1/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/farstream-0.1/PKGBUILD b/extra/farstream-0.1/PKGBUILD index e5b83a282..1bf9a3dfb 100644 --- a/extra/farstream-0.1/PKGBUILD +++ b/extra/farstream-0.1/PKGBUILD @@ -5,9 +5,9 @@ pkgname=farstream-0.1 _pkgname=farstream pkgver=0.1.2 -pkgrel=2 +pkgrel=2.1 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' @@ -29,8 +29,8 @@ build() { ./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/' \ --disable-static make } |