summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans Ole Hatzel2017-05-06 16:44:40 +0200
committerHans Ole Hatzel2017-05-06 16:44:40 +0200
commita2a4a419a324644705aec905e549db4e4b8c1592 (patch)
treec9f12866eca6220419d0ca3a963648e5de8ff845 /PKGBUILD
parentaad960e779dfb28555ae362b428c86fbf0714db5 (diff)
downloadaur-mediaqbot-git.tar.gz
python-mpv as a porper dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baa31efd1b85..9ed62a283ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,22 +7,16 @@ pkgrel=1
arch=('any')
pkgdesc='A media scheduler mpv'
license=('MIT')
-depends=('mpv')
+depends=('mpv' 'youtube-dl' 'python-mpv-git')
conflicts=('mediaqbot')
makedepends=('git' 'python-setuptools')
provides=('mediaqbot')
url='https://github.com/raffomania/mediaqbot'
-source=(
- "git+https://github.com/raffomania/mediaqbot.git"
- "git+https://github.com/hatzel/python-mpv.git"
-)
-sha256sums=('SKIP' 'SKIP')
+source=("git+https://github.com/raffomania/mediaqbot.git")
+sha256sums=('SKIP')
prepare() {
cd "${_gitname}"
-
- git submodule init
- git config submodule."client/mediaqclient/mpv".url ${srcdir}/mpv
}
package() {