summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-04-13 04:26:08 +0200
committerMario Ortiz Manero2020-04-13 04:26:08 +0200
commitb9466675a38a4a9c2c444f8dd86bbb7887c5ddb2 (patch)
tree2d288ab96db0c6bd28785b277eead729992d9d5a
parentf93ecedca72bc3bfbd9fc954bc6a9518790b595e (diff)
downloadaur-b9466675a38a4a9c2c444f8dd86bbb7887c5ddb2.tar.gz
Bump to v2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5813d1b229..2b8da1bdb475 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.3
+ pkgver = 2.2.4
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.3.tar.gz
- md5sums = 25d5deb83b1c3ed4d11ddcddba4e3d89
+ source = https://github.com/vidify/vidify/archive/v2.2.4.tar.gz
+ md5sums = 04d9cd32f37b64a097a2652b4dbfa3cc
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index acf35cf4f19f..27e906fe7917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.2.3
+pkgver=2.2.4
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=('25d5deb83b1c3ed4d11ddcddba4e3d89')
+md5sums=('04d9cd32f37b64a097a2652b4dbfa3cc')
build() {
cd "$pkgname-$pkgver"