summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2020-05-01 12:03:20 -0700
committerJonathan Knapp2020-05-01 12:04:25 -0700
commit609909ad2e5fc7f03567668007d4588f8bf8fad5 (patch)
treea54b4770fe6f4c4fbe2264c0d050a1b8a84b6530
parentb1ce9d81f3b3b6d606985cc820a434e7142ea605 (diff)
downloadaur-609909ad2e5fc7f03567668007d4588f8bf8fad5.tar.gz
Make python-wheel a runtime-dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 932eff6f7f50..b3c7775d2899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.post2+gc76e3f8
+ pkgver = 0.1.0.post3+g0c27cd4
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 = python-wheel
depends = youtube-dl
depends = mpv
optdepends = peerflix
diff --git a/PKGBUILD b/PKGBUILD
index 001455e68a9b..6018d5d09caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Upstream: https://github.com/Thann/play-with-mpv
pkgname=play-with-mpv-git
-pkgver=0.1.0.post2+gc76e3f8
+pkgver=0.1.0.post3+g0c27cd4
pkgrel=1
pkgdesc='Chrome extension and python server that allows you to play videos in webpages with MPV instead.'
arch=('any')
url='https://github.com/Thann/play-with-mpv'
license=('MIT')
-depends=('python' 'youtube-dl' 'mpv')
+depends=('python' 'python-wheel' 'youtube-dl' 'mpv')
optdepends=('peerflix' 'mkchromecast')
-makedepends=('git' 'python-wheel' 'python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('play-with-mpv')
conflicts=('play-with-mpv')
source=("$pkgname::git+https://github.com/Thann/play-with-mpv.git")