summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentc661b86af1f3ad9a7df2e925f4bf46783b62101e (diff)
downloadaur-e7e6a2241bb59447a0458d1450673d88b77800d2.tar.gz
2.0.2 - Small packaging fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"