summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-04-09 03:29:17 +0200
committerMario Ortiz Manero2020-04-09 03:29:17 +0200
commitf93ecedca72bc3bfbd9fc954bc6a9518790b595e (patch)
tree92bd4c0fe40a937667d01954492093df7dfee40c
parent596416014237d74cf0b4092f6ed6e89454060600 (diff)
downloadaur-f93ecedca72bc3bfbd9fc954bc6a9518790b595e.tar.gz
Update to v2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b06e3a917d1c..6d5813d1b229 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.2.0
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/vidify/vidify
arch = any
@@ -23,8 +23,8 @@ pkgbase = vidify
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.2.0.tar.gz
- md5sums = a32df7bf83a87c91b6219b64ed4ffc51
+ source = https://github.com/vidify/vidify/archive/v2.2.3.tar.gz
+ md5sums = 25d5deb83b1c3ed4d11ddcddba4e3d89
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index d59d64502e1a..acf35cf4f19f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.2.0
+pkgver=2.2.3
pkgrel=1
pkgdesc="Watch music videos in real-time for the songs playing on your device"
arch=("any")
@@ -14,7 +14,7 @@ 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=('a32df7bf83a87c91b6219b64ed4ffc51')
+md5sums=('25d5deb83b1c3ed4d11ddcddba4e3d89')
build() {
cd "$pkgname-$pkgver"