summarylogtreecommitdiffstats
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
parent753c4c63db6ca68a49949882733ea9584d883a87 (diff)
downloadaur-7b1a83f4a0351a6ce792a4bb39ebacc05b7a40ff.tar.gz
Add a conflicts with python-mpv, as per gcurse’s suggestion.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377f8f637e30..46047c6c14d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 3 01:56:05 UTC 2018
+# Mon Sep 3 02:01:12 UTC 2018
pkgbase = python-pympv
pkgdesc = A python wrapper for libmpv.
pkgver = 0.5.1
@@ -12,6 +12,7 @@ pkgbase = python-pympv
makedepends = cython
depends = python
depends = mpv
+ conflicts = python-mpv
source = https://files.pythonhosted.org/packages/25/b8/edd4a7817e613adef1c8814ecc492744ffd243aee81dc8c45502d5f24cc1/pympv-0.5.1.tar.gz
sha256sums = 22c8fd947216ff93d66725b1737139253f142b41f929c6287dce17bdf358df05
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')