diff --git a/farsight2/PKGBUILD b/farsight2/PKGBUILD index ed9d4e677..8ad6a8cbf 100644 --- a/farsight2/PKGBUILD +++ b/farsight2/PKGBUILD @@ -4,12 +4,12 @@ pkgname=farsight2 pkgver=0.0.18 -pkgrel=1 +pkgrel=2 pkgdesc="Audio/Video conference software for Instant Messengers" arch=('i686' 'x86_64') url="http://farsight.freedesktop.org" license=('LGPL') -depends=('libnice>=0.0.11' 'gstreamer0.10-base-plugins>=0.10.28' 'gstreamer0.10-python>=0.10.18' 'python>=2.6' 'pygobject>=2.16.0') +depends=('libnice>=0.0.11' 'gstreamer0.10-base-plugins>=0.10.28' 'gstreamer0.10-python>=0.10.18' 'python2' 'pygobject>=2.16.0') optdepends=('gstreamer0.10-good: for RTP plugin' 'gstreamer0.10-bad: for RTP plugin') options=('!libtool' '!emptydirs') @@ -21,7 +21,7 @@ build() { ./configure --prefix=/usr \ --with-package-name='Arch Linux farsight2 package' \ - --with-package-origin='http://archlinux.org' \ + --with-package-origin='http://chakra-project.org' \ --disable-static -disable-valgrind --disable-debug make || return 1