summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-09-08 14:28:54 +0200
committerMario Ortiz Manero2020-09-08 14:28:54 +0200
commit9c050f311cc627d0c7f68ac0601f79c546cd614d (patch)
treec580b5d8acc64932d15399163e2b6abe3b30a46b
parentb9466675a38a4a9c2c444f8dd86bbb7887c5ddb2 (diff)
downloadaur-9c050f311cc627d0c7f68ac0601f79c546cd614d.tar.gz
Bump to v2.2.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b8da1bdb475..0a8bff86f130 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.4
+ pkgver = 2.2.6
pkgrel = 1
url = https://github.com/vidify/vidify
arch = any
@@ -23,7 +23,7 @@ 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.4.tar.gz
+ source = https://github.com/vidify/vidify/archive/v2.2.6.tar.gz
md5sums = 04d9cd32f37b64a097a2652b4dbfa3cc
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index 27e906fe7917..723df9e295b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.2.4
+pkgver=2.2.6
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=('04d9cd32f37b64a097a2652b4dbfa3cc')
+md5sums=('b84fee792829874ec9e52c28685259d1')
build() {
cd "$pkgname-$pkgver"