fixing variable use and adding Trademark
This commit is contained in:
parent
1d3cb27815
commit
904064373d
1 changed files with 5 additions and 5 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=vidyodesktop
|
||||
pkgver=3.3.0.027
|
||||
pkgrel=2
|
||||
pkgdesc="VidyoDesktop video conferencing client"
|
||||
pkgrel=3
|
||||
pkgdesc="VidyoDesktop(TM) video conferencing client"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.vidyo.com"
|
||||
license=('custom')
|
||||
|
|
@ -18,13 +18,13 @@ depends=('alsa-lib' 'libidn' 'libutil-linux' 'libxv' 'libgl' 'glu'
|
|||
optdepends=('flashplugin: Join meetings via web browser')
|
||||
|
||||
if [ "$CARCH" == "i686" ]; then
|
||||
rpmfilename="VidyoDesktopInstaller-sl5-TAG_VD_3_3_0_027.rpm"
|
||||
_rpmfilename="VidyoDesktopInstaller-sl5-TAG_VD_3_3_0_027.rpm"
|
||||
md5sums=('02e44ed593066c6cca6dd69e165a864b')
|
||||
elif [ "$CARCH" == "x86_64" ]; then
|
||||
rpmfilename="VidyoDesktopInstaller-sl564-TAG_VD_3_3_0_027.rpm"
|
||||
_rpmfilename="VidyoDesktopInstaller-sl564-TAG_VD_3_3_0_027.rpm"
|
||||
md5sums=('ce446bf9f222675891c2437394102d92')
|
||||
fi
|
||||
source=("https://demo.vidyo.com/upload/${rpmfilename}")
|
||||
source=("https://demo.vidyo.com/upload/${_rpmfilename}")
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Reference in a new issue