summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-02-24 12:37:30 +0100
committerMario Ortiz Manero2020-02-24 12:37:30 +0100
commit37010548180ef4a50cbdd82e2290e7b20e218dff (patch)
treedb4ed9a8d7f5b28f0b7351217f8dd8d0a8e93a34
parent260d8bf5d05f78dea53e786f3b480d3d145a8d1f (diff)
downloadaur-37010548180ef4a50cbdd82e2290e7b20e218dff.tar.gz
Update to v2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ebb4147900..61f3781d26c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidify
pkgdesc = Watch music videos in real-time for the songs playing on your device
- pkgver = 2.0.5
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/vidify/vidify
arch = any
license = LGPL
@@ -22,8 +22,8 @@ pkgbase = vidify
depends = python-qtpy
optdepends = python-mpv: support for the mpv player
optdepends = vidify-audiosync: audio synchronization extension
- source = https://github.com/vidify/vidify/releases/download/2.0.5/vidify-2.0.5.tar.gz
- md5sums = 6c8d5a1c23aa74ccfa03b7499920ee40
+ source = https://github.com/vidify/vidify/archive/v2.1.0.tar.gz
+ md5sums = 4f014d50a0e4c22dd4ff00a94fda4234
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index 33f35373a3f6..c024413bf73e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Watch music videos in real-time for the songs playing on your device"
arch=("any")
url="https://github.com/vidify/vidify"
@@ -13,8 +13,8 @@ depends=("python" "glib2" "python-gobject" "gtk3" "youtube-dl" "python-vlc"
optdepends=("python-mpv: support for the mpv player"
"vidify-audiosync: audio synchronization extension")
makedepends=("python-setuptools")
-source=("https://github.com/vidify/vidify/releases/download/$pkgver/vidify-$pkgver.tar.gz")
-md5sums=('6c8d5a1c23aa74ccfa03b7499920ee40')
+source=("https://github.com/vidify/vidify/archive/v$pkgver.tar.gz")
+md5sums=('4f014d50a0e4c22dd4ff00a94fda4234')
build() {
cd "$pkgname-$pkgver"