mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
gtalk-plugin update
This commit is contained in:
parent
8c91858d39
commit
bc4bf4acaf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user