summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-09-03 04:01:37 +0200
committerEmmanuel Gil Peyrot2018-09-03 04:01:37 +0200
commit7b1a83f4a0351a6ce792a4bb39ebacc05b7a40ff (patch)
tree7f338637d9f8c96d326f47ba860b057f21eebcf4 /PKGBUILD
parent753c4c63db6ca68a49949882733ea9584d883a87 (diff)
downloadaur-7b1a83f4a0351a6ce792a4bb39ebacc05b7a40ff.tar.gz
Add a conflicts with python-mpv, as per gcurse’s suggestion.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 134f73874e2b..ff3eb00c370e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/marcan/pympv"
license=('GPL')
depends=('python' 'mpv')
+conflicts=('python-mpv')
makedepends=('cython')
source=("https://files.pythonhosted.org/packages/25/b8/edd4a7817e613adef1c8814ecc492744ffd243aee81dc8c45502d5f24cc1/$_realname-$pkgver.tar.gz")
sha256sums=('22c8fd947216ff93d66725b1737139253f142b41f929c6287dce17bdf358df05')