summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2020-01-06 11:00:33 -0800
committerJonathan Knapp2020-01-06 11:00:35 -0800
commitd3e5155a99c9c69e7aae238b72b8718667011b22 (patch)
tree949a03711a84a4e2c56e74ae5b12b5f2c9a2ee6d
parent761621050ffc67f4e6b6406cab972f52ceccd06f (diff)
downloadaur-d3e5155a99c9c69e7aae238b72b8718667011b22.tar.gz
Build requires "python-wheel"
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9d6d085307..85dfd0d34991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = play-with-mpv-git
arch = any
license = MIT
makedepends = git
+ makedepends = python-wheel
depends = python
depends = youtube-dl
depends = mpv
diff --git a/PKGBUILD b/PKGBUILD
index 695e962ca127..1cda3b0b52df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/Thann/play-with-mpv'
license=('MIT')
depends=('python' 'youtube-dl' 'mpv')
optdepends=('peerflix' 'mkchromecast')
-makedepends=('git')
+makedepends=('git' 'python-wheel')
provides=('play-with-mpv')
conflicts=('play-with-mpv')
source=("$pkgname::git+https://github.com/Thann/play-with-mpv.git")