gtalk-plugin update

This commit is contained in:
abveritas 2012-03-15 21:26:26 +00:00
parent 8c91858d39
commit bc4bf4acaf

View File

@ -3,8 +3,8 @@
#From AUR package http://aur.archlinux.org/packages.php?ID=40056
pkgname=google-talkplugin
pkgver=2.6.1.0
pkgrel=3
pkgver=2.7.5.0
pkgrel=1
pkgdesc="Video chat browser plug-in for Google Talk"
arch=('i686' 'x86_64')
url="http://www.google.com/chat/video"
@ -12,14 +12,13 @@ license=('unknown')
if [ "${CARCH}" = 'x86_64' ]; then
ARCH='amd64'
md5sums=('fca8b27eb22c25cc4f603a10ebd6deae')
md5sums=('4c678beb9b1187078110b240276606e2')
else
ARCH='i386'
md5sums=('067aabe52054174066ce6e78466b8e53')
md5sums=('9b37dfd0bd1741780028fc376f2b12f9')
fi
depends=('alsa-utils' 'gcc-libs' 'glibc' 'fontconfig' 'freetype2' 'libgl' 'glew' 'glib2' 'libpng12' 'libstdc++5' 'libx11' 'libxfixes' 'libxt' 'openssl')
makedepends=('gtk2')
depends=('libgl' 'glew' 'glib2' 'libpng12' 'libx11' 'libxfixes' 'libxt' 'openssl')
optdepends=('libnotify' 'pulseaudio')
install=google-talkplugin.install