mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
update wine dependencies to 1.7.6
This commit is contained in:
parent
666780db83
commit
ab606847d7
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = netflix-desktop
|
||||
pkgdesc = An automated script for viewing Netflix through Firefox and patched WINE
|
||||
pkgver = 0.8.5
|
||||
pkgrel = 5
|
||||
pkgrel = 6
|
||||
url = https://launchpad.net/netflix-desktop/
|
||||
install = netflix-desktop.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = wine-silverlight
|
||||
depends = wine-silverlight>=1.7.6-1
|
||||
depends = ttf-ms-fonts
|
||||
depends = zenity
|
||||
depends = wget
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,12 +5,12 @@
|
|||
|
||||
pkgname='netflix-desktop'
|
||||
pkgver=0.8.5
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="An automated script for viewing Netflix through Firefox and patched WINE"
|
||||
url="https://launchpad.net/netflix-desktop/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('wine-silverlight' 'ttf-ms-fonts' 'zenity' 'wget' 'python2-pyxattr' 'wine-browser-installer')
|
||||
depends=('wine-silverlight>=1.7.6-1' 'ttf-ms-fonts' 'zenity' 'wget' 'python2-pyxattr' 'wine-browser-installer')
|
||||
|
||||
if [[ "$CARCH" == "x86_64" ]]; then
|
||||
depends+=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue