summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-02-10 16:26:47 +0100
committerMario Ortiz Manero2020-02-10 16:26:47 +0100
commita75fa22dd12c3ea470a31237e7d96beefc848c52 (patch)
tree3e7bc1c8a27ede9f5fafc9151476731297c9278f
parente7e6a2241bb59447a0458d1450673d88b77800d2 (diff)
downloadaur-a75fa22dd12c3ea470a31237e7d96beefc848c52.tar.gz
2.0.3 - Another packaging fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e14f3f3f54b..ca3a13ffcca5 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.2
+ pkgver = 2.0.3
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/releases/download/2.0.2/vidify-2.0.2.tar.gz
- md5sums = 9a84df96251afd1a336615a8aca79ba4
+ source = https://github.com/vidify/vidify/releases/download/2.0.3/vidify-2.0.3.tar.gz
+ md5sums = 143aebac67c8b8c5e869f3b454c43391
pkgname = vidify
diff --git a/PKGBUILD b/PKGBUILD
index 75f65254b129..880f614a9522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario O.M. <marioortizmanero@gmail.com>
pkgname=vidify
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Watch live music videos for the songs playing on your device"
arch=("any")
@@ -14,7 +14,7 @@ optdepends=("python-mpv: support for the mpv player")
optdepends=("vidify-audiosync: audio synchronization extension")
makedepends=("python-setuptools")
source=("https://github.com/vidify/vidify/releases/download/$pkgver/vidify-$pkgver.tar.gz")
-md5sums=('9a84df96251afd1a336615a8aca79ba4')
+md5sums=('143aebac67c8b8c5e869f3b454c43391')
build() {
cd "$pkgname-$pkgver"