summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-04-24 14:25:13 +0200
committermrxx2019-04-24 14:25:13 +0200
commitd13570acb80639a612d3e4bb4f498f88b6b4a95e (patch)
tree4cbdaa3ef794b6817e47a0a27417f42a23073837
parenta0258cc0370e3e6921be3fedbb1091a0df403626 (diff)
downloadaur-d13570acb80639a612d3e4bb4f498f88b6b4a95e.tar.gz
Add mpv as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e5649f9e6b2..7eb46058e964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = musique
pkgdesc = A finely crafted music player
pkgver = 1.6
- pkgrel = 1
+ pkgrel = 2
url = https://flavio.tordini.org/musique
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = musique
makedepends = qt5-tools
depends = phonon-qt5
depends = taglib
- depends = hicolor-icon-theme
+ depends = mpv
source = git+https://github.com/flaviotordini/musique.git#tag=1.6
source = git+https://github.com/flaviotordini/http.git
source = git+https://github.com/flaviotordini/idle.git
diff --git a/PKGBUILD b/PKGBUILD
index 6d935f2d0dd5..8c56a8ba2fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,19 @@
pkgname=musique
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc='A finely crafted music player'
arch=('x86_64')
url='https://flavio.tordini.org/musique'
_giturl='https://github.com/flaviotordini'
license=('GPL3')
-depends=('phonon-qt5' 'taglib' 'hicolor-icon-theme')
+depends=('phonon-qt5' 'taglib' 'mpv')
makedepends=('git' 'qt5-tools')
source=("git+${_giturl}/musique.git#tag=${pkgver}" "git+${_giturl}/http.git" "git+${_giturl}/idle.git" "git+${_giturl}/media.git")
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
mkdir -p build