summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortjquillan2022-03-28 21:05:42 -0400
committertjquillan2022-03-28 21:05:42 -0400
commitbda427f39dace7590f2d88731e800dc297c42edd (patch)
tree76a7a469fc52cb4a98a8b65ae78fd2facb45a5c0
parent55a4ac931a93a044d6753f1733aeab5d4fc2bdf5 (diff)
downloadaur-bda427f39dace7590f2d88731e800dc297c42edd.tar.gz
updpkg: 0.2.1_hotfix2-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0b658e69e16..69a27ab432e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = harmonoid-bin
pkgdesc = Elegant music app to play & manage music library. Lyrics & playlists. YouTube Music support.
- pkgver = 0.2.1_hotfix1
+ pkgver = 0.2.1_hotfix2
pkgrel = 1
url = https://github.com/harmonoid/harmonoid
arch = x86_64
license = custom
- source = https://github.com/harmonoid/harmonoid/releases/download/v0.2.1-hotfix1/harmonoid-linux-x86_64.tar.gz
- sha256sums = e32680ab237d896598281662295ce6bbbca2a929ae5d384a25cd89e60b733ec1
+ depends = mpv
+ source = https://github.com/harmonoid/harmonoid/releases/download/v0.2.1-hotfix2/harmonoid-linux-x86_64.tar.gz
+ sha256sums = 1b72ebf1f27b361e1a11473a3c81840f733c24e57b446e4f58ab9bc366f876d4
pkgname = harmonoid-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c3280f0b79a..8a90f8800113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Thomas Quillan <tjquillan@gmail.com>
pkgname=harmonoid-bin
-pkgver=0.2.1_hotfix1
+pkgver=0.2.1_hotfix2
pkgrel=1
pkgdesc="Elegant music app to play & manage music library. Lyrics & playlists. YouTube Music support."
arch=("x86_64")
url="https://github.com/harmonoid/harmonoid"
license=("custom")
-depends=()
+depends=("mpv")
makedepends=()
optdepends=()
source=("https://github.com/harmonoid/harmonoid/releases/download/v${pkgver//_/-}/harmonoid-linux-x86_64.tar.gz")
-sha256sums=('e32680ab237d896598281662295ce6bbbca2a929ae5d384a25cd89e60b733ec1')
+sha256sums=('1b72ebf1f27b361e1a11473a3c81840f733c24e57b446e4f58ab9bc366f876d4')
package() {
cp -dr "$srcdir"/usr "$pkgdir"/usr