summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJorge Israel Peña2018-08-29 20:32:05 -0700
committerJorge Israel Peña2018-08-29 20:32:05 -0700
commitd4ae620d01e992b4afb7da61beb3e2adda3cc566 (patch)
treea1f016c2fa3e71e3684d7e78adc50f1542690283 /PKGBUILD
parent58c812de14d7d50dc52422a3aaf5e5e716688732 (diff)
downloadaur-d4ae620d01e992b4afb7da61beb3e2adda3cc566.tar.gz
fix: it's pyside2 not python-pyside
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2f374c5f159..f99effc73238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=syncplay-git
pkgver=1.5.6.Beta2.r4.g2c2045b
-pkgrel=1
+pkgrel=2
pkgdesc="synchronize watching movies on mplayer2, vlc, mpv, and mpc-hc on many computers"
arch=('any')
url="http://syncplay.pl/"
license=('custom')
-depends=('python' 'python-pyside' 'python-twisted')
+depends=('python' 'python-twisted' 'pyside2' 'qt5-declarative')
makedepends=('git')
provides=('syncplay')
conflicts=('syncplay')