summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-02-10 16:05:31 +0100
committerMario Ortiz Manero2020-02-10 16:05:31 +0100
commite7e6a2241bb59447a0458d1450673d88b77800d2 (patch)
treedd27dcbe2a41b3f48cfcc10be6a9f56ee7e42f20
parentc661b86af1f3ad9a7df2e925f4bf46783b62101e (diff)
downloadaur-e7e6a2241bb59447a0458d1450673d88b77800d2.tar.gz
2.0.2 - Small packaging fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c986fd30149f..3e14f3f3f54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vidify
pkgdesc = Watch live music videos for the songs playing on your device
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/vidify/vidify
arch = any
@@ -21,8 +21,8 @@ pkgbase = vidify
depends = python-pyqtwebengine
depends = python-qtpy
optdepends = vidify-audiosync: audio synchronization extension
- source = https://github.com/vidify/vidify/archive/2.0.1.tar.gz
- md5sums = 92ab3ba7aeda722de2ab508365b6c4f6
+ source = https://github.com/vidify/vidify/releases/download/2.0.2/vidify-2.0.2.tar.gz
+ md5sums = 9a84df96251afd1a336615a8aca79ba4
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index 77e5db04510b..75f65254b129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="Watch live music videos for the songs playing on your device"
arch=("any")
@@ -13,8 +13,8 @@ depends=("python" "glib2" "python-gobject" "gtk3" "youtube-dl" "python-vlc"
optdepends=("python-mpv: support for the mpv player")
optdepends=("vidify-audiosync: audio synchronization extension")
makedepends=("python-setuptools")
-source=("https://github.com/vidify/vidify/archive/$pkgver.tar.gz")
-md5sums=('92ab3ba7aeda722de2ab508365b6c4f6')
+source=("https://github.com/vidify/vidify/releases/download/$pkgver/vidify-$pkgver.tar.gz")
+md5sums=('9a84df96251afd1a336615a8aca79ba4')
build() {
cd "$pkgname-$pkgver"