mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Add OpenSSL 1.0 as dependency
This commit is contained in:
parent
69964716d3
commit
61779b6353
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = viber
|
||||
pkgdesc = Proprietary cross-platform IM and VoIP software
|
||||
pkgver = 10.3.0.37
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://viber.com
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -24,6 +24,7 @@ pkgbase = viber
|
|||
depends = gst-plugins-ugly
|
||||
depends = gst-libav
|
||||
depends = libxslt
|
||||
depends = openssl-1.0
|
||||
options = !strip
|
||||
source = viber-10.3.0.37.tar.gz::http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
|
||||
source = eula.html
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
pkgname=viber
|
||||
pkgver=10.3.0.37
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Proprietary cross-platform IM and VoIP software"
|
||||
arch=('x86_64')
|
||||
url="http://viber.com"
|
||||
license=('custom')
|
||||
depends=('libxss' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'libxss'
|
||||
'openssl' 'libpulse' 'alsa-lib' 'nss' 'libxcomposite' 'libxcursor' 'libxdamage' 'libcurl-compat'
|
||||
'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'gst-libav' 'libxslt')
|
||||
'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'gst-libav' 'libxslt' 'openssl-1.0')
|
||||
options=('!strip')
|
||||
source=("$pkgname-$pkgver.tar.gz::http://download.cdn.viber.com/cdn/desktop/Linux/${pkgname}.deb"
|
||||
"eula.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue