summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2016-12-12 20:42:55 +0000
committerEmmanuel Gil Peyrot2016-12-12 20:42:55 +0000
commitad3388106f752da3204ee990eb902f6ce9029ebe (patch)
tree461a6028a1b989abfcb995822b3d3605fd5ad14b /PKGBUILD
parenteb6793c809a0b206248f69ae10687e9f014a3221 (diff)
downloadaur-ad3388106f752da3204ee990eb902f6ce9029ebe.tar.gz
Change upstream URL, and add python-pympv to provides/conflicts.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c89658c9e87..fb79e6681f7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
+# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+
pkgname=python-pympv-git
-pkgver=r83.95efe30
+pkgver=r107.2a5401b
pkgrel=1
pkgdesc="A python wrapper for libmpv."
arch=('i686' 'x86_64')
-url="https://github.com/andre-d/pympv"
+url="https://github.com/marcan/pympv"
license=('gpl')
depends=('python')
makedepends=('cython')
-source=('git://github.com/andre-d/pympv.git')
+provides=('python-pympv')
+conflicts=('python-pympv')
+source=('git://github.com/marcan/pympv.git')
md5sums=('SKIP')
_gitname="pympv"