summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2021-09-08 08:59:19 +0200
committerMartin Rys2021-09-08 08:59:19 +0200
commit680be4819abf6a9c129d3a37fa8da70a82953915 (patch)
tree5066e1ea5b53cb6c15392f16557a54358400c295
parentbceffa91370e310393e27d1aad6112c6bbfabcf0 (diff)
downloadaur-680be4819abf6a9c129d3a37fa8da70a82953915.tar.gz
Remove qt5-declarative optdepend as it is redundant
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD3
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f6fa8e12b8..4f2aefd92729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = syncplay
pkgdesc = Synchronize watching movies on mplayer2, vlc, mpv, and mpc-hc across many computers
pkgver = 1.6.9
- pkgrel = 1
+ pkgrel = 2
url = http://syncplay.pl
arch = any
license = Apache
depends = python
depends = python-twisted
optdepends = pyside2: GUI
- optdepends = qt5-declarative: GUI
optdepends = python-service-identity: TLS
optdepends = python-certifi: TLS
backup = etc/syncplay/server.conf
diff --git a/.gitignore b/.gitignore
index b20752a93bec..f58e014cc85b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*.tar.gz
-*.tar.xz
+*.tar.zst
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index eb9d55280d1b..15b2334abcac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=syncplay
pkgver=1.6.9
-pkgrel=1
+pkgrel=2
pkgdesc='Synchronize watching movies on mplayer2, vlc, mpv, and mpc-hc across many computers'
arch=(any)
url=http://syncplay.pl
@@ -13,7 +13,6 @@ license=(Apache)
depends=(python
python-twisted)
optdepends=('pyside2: GUI'
- 'qt5-declarative: GUI'
'python-service-identity: TLS'
'python-certifi: TLS')
backup=("etc/$pkgname/server.conf")