summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2019-05-17 18:12:39 +0200
committermrxx2019-05-17 18:12:39 +0200
commitf2c88216234cc9df63788ed1679fcdb2024ac86b (patch)
tree793b31a8e6bd86ddb2c93251252e72d39d86ac37 /PKGBUILD
parent9fdcd8396520785c09860e89a6d21e92f5eb4a09 (diff)
downloadaur-f2c88216234cc9df63788ed1679fcdb2024ac86b.tar.gz
Add mpv as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23ec3dcd3066..3d930c861c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_debpkg=musique
pkgname=musique-bin
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A finely crafted music player"
arch=('x86_64')
url="https://flavio.tordini.org/musique"
license=('custom')
-depends=('phonon-qt5' 'taglib' 'hicolor-icon-theme')
+depends=('phonon-qt5' 'taglib' 'mpv')
source=("${_debpkg}-${pkgver}.deb::http://flavio.tordini.org/files/${_debpkg}/${_debpkg}.deb")
sha256sums=('5d659a19723ad1c4bc1f9d5d311175d2746d819b6c160c2493549436e124c323')