summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-04-01 23:41:08 +0200
committerMario Ortiz Manero2020-04-01 23:41:08 +0200
commit596416014237d74cf0b4092f6ed6e89454060600 (patch)
tree6d31763af7a317f38d5954dfafcd5cb6ef02c63e
parent37010548180ef4a50cbdd82e2290e7b20e218dff (diff)
downloadaur-596416014237d74cf0b4092f6ed6e89454060600.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61f3781d26c0..b06e3a917d1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vidify
pkgdesc = Watch music videos in real-time for the songs playing on your device
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/vidify/vidify
arch = any
@@ -20,10 +20,11 @@ pkgbase = vidify
depends = python-pyqt5
depends = python-pyqtwebengine
depends = python-qtpy
+ depends = python-zeroconf
optdepends = python-mpv: support for the mpv player
optdepends = vidify-audiosync: audio synchronization extension
- source = https://github.com/vidify/vidify/archive/v2.1.0.tar.gz
- md5sums = 4f014d50a0e4c22dd4ff00a94fda4234
+ source = https://github.com/vidify/vidify/archive/v2.2.0.tar.gz
+ md5sums = a32df7bf83a87c91b6219b64ed4ffc51
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index c024413bf73e..d59d64502e1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Watch music videos in real-time for the songs playing on your device"
arch=("any")
@@ -9,12 +9,12 @@ license=("LGPL")
depends=("python" "glib2" "python-gobject" "gtk3" "youtube-dl" "python-vlc"
"python-lyricwikia" "python-pydbus" "python-tekore"
"python-qdarkstyle" "python-appdirs" "python-pyqt5"
- "python-pyqtwebengine" "python-qtpy")
+ "python-pyqtwebengine" "python-qtpy" "python-zeroconf")
optdepends=("python-mpv: support for the mpv player"
"vidify-audiosync: audio synchronization extension")
makedepends=("python-setuptools")
source=("https://github.com/vidify/vidify/archive/v$pkgver.tar.gz")
-md5sums=('4f014d50a0e4c22dd4ff00a94fda4234')
+md5sums=('a32df7bf83a87c91b6219b64ed4ffc51')
build() {
cd "$pkgname-$pkgver"