summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt2015-08-10 13:19:07 -0700
committerAnish Bhatt2015-08-10 13:19:07 -0700
commit2d4428e122118668592813352deedf076583c678 (patch)
tree45fe71c76521dcf450a8464899108f1b1141f416
parentc2e1616d02b3b8fcd6ee8bc617b2b3b4722c8813 (diff)
downloadaur-2d4428e122118668592813352deedf076583c678.tar.gz
Move dependency from wine-silverlight to wine-staging
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1b6098cb443..268bc3725cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pipelight
pkgdesc = A browser plugin which allows one to use windows only plugins inside Linux browser
pkgver = 0.2.8
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://launchpad.net/pipelight
install = pipelight.install
@@ -12,7 +12,7 @@ pkgbase = pipelight
license = MPL
makedepends = cabextract
makedepends = xz
- depends = wine-silverlight>=1.7.33-1
+ depends = wine-staging>=1.7.49
depends = ttf-ms-fonts
depends = wget
depends = cabextract
diff --git a/PKGBUILD b/PKGBUILD
index c2542f75840a..a7ec6b572e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='pipelight'
pkgver=0.2.8
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="A browser plugin which allows one to use windows only plugins inside Linux browser"
url="https://launchpad.net/pipelight"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('wine-silverlight>=1.7.33-1' 'ttf-ms-fonts' 'wget' 'cabextract' 'unzip' 'gnupg')
+depends=('wine-staging>=1.7.49' 'ttf-ms-fonts' 'wget' 'cabextract' 'unzip' 'gnupg')
if [[ "$CARCH" == "x86_64" ]]; then
depends+=('lib32-libsm' 'lib32-libgl')
else