summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2020-01-06 17:20:12 -0800
committerJonathan Knapp2020-01-06 17:20:26 -0800
commitb1ce9d81f3b3b6d606985cc820a434e7142ea605 (patch)
tree3a77196da5620f13255b0a8527c1aa46d2e5bd1b
parentd3e5155a99c9c69e7aae238b72b8718667011b22 (diff)
downloadaur-b1ce9d81f3b3b6d606985cc820a434e7142ea605.tar.gz
Build requires "setuptools"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85dfd0d34991..932eff6f7f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = play-with-mpv-git
pkgdesc = Chrome extension and python server that allows you to play videos in webpages with MPV instead.
- pkgver = 0.1.0.post1+g4480397
+ pkgver = 0.1.0.post2+gc76e3f8
pkgrel = 1
url = https://github.com/Thann/play-with-mpv
arch = any
license = MIT
makedepends = git
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = youtube-dl
depends = mpv
diff --git a/PKGBUILD b/PKGBUILD
index 1cda3b0b52df..001455e68a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://github.com/Thann/play-with-mpv
pkgname=play-with-mpv-git
-pkgver=0.1.0.post1+g4480397
+pkgver=0.1.0.post2+gc76e3f8
pkgrel=1
pkgdesc='Chrome extension and python server that allows you to play videos in webpages with MPV instead.'
arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/Thann/play-with-mpv'
license=('MIT')
depends=('python' 'youtube-dl' 'mpv')
optdepends=('peerflix' 'mkchromecast')
-makedepends=('git' 'python-wheel')
+makedepends=('git' 'python-wheel' 'python-setuptools')
provides=('play-with-mpv')
conflicts=('play-with-mpv')
source=("$pkgname::git+https://github.com/Thann/play-with-mpv.git")