diff options
author | root <root@rshg047.dnsready.net> | 2011-06-22 23:03:32 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-22 23:03:32 +0000 |
commit | 7347bb994a41d021c83e97b503f577f2399302e7 (patch) | |
tree | fd148755348d31a3f7069526f91796c12ba7a2f5 /extra/farsight2 | |
parent | 17dec629d8a13d1981d734ddc703efb5382ca309 (diff) |
Wed Jun 22 23:03:32 UTC 2011
Diffstat (limited to 'extra/farsight2')
-rw-r--r-- | extra/farsight2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/farsight2/PKGBUILD b/extra/farsight2/PKGBUILD index 7051b8d7d..9179c3b38 100644 --- a/extra/farsight2/PKGBUILD +++ b/extra/farsight2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 124193 2011-05-17 15:41:27Z ibiru $ +# $Id: PKGBUILD 128061 2011-06-21 14:53:16Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: William Díaz <wdiaz@archlinux.us> pkgname=farsight2 -pkgver=0.0.28 -pkgrel=2 +pkgver=0.0.29 +pkgrel=1 pkgdesc="Audio/Video conference software for Instant Messengers" arch=('i686' 'x86_64') url="http://farsight.freedesktop.org" @@ -13,7 +13,7 @@ depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 'gstreamer0 optdepends=('gstreamer0.10-ugly-plugins: h264 codec') options=('!libtool' '!emptydirs') source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('38767e775067270754a32aaf8e3a7db1') +md5sums=('276076f65b70236d981c288413572168') build() { cd "${srcdir}/${pkgname}-${pkgver}" |