summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott2014-11-28 10:03:30 -0800
committerIan D. Scott2014-11-28 10:03:30 -0800
commiteb6793c809a0b206248f69ae10687e9f014a3221 (patch)
tree5122b1a789542eeafac47f536ba4e9ca8ea02e3f
parent74e91a50632b85f09bf3e96196a40c5d45e05760 (diff)
downloadaur-eb6793c809a0b206248f69ae10687e9f014a3221.tar.gz
python-pympv-git: Add cython to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3639f2a10f..271ef5a3b9b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pympv-git
pkgdesc = A python wrapper for libmpv.
- pkgver = r77.8ba9b61
+ pkgver = r83.95efe30
pkgrel = 1
url = https://github.com/andre-d/pympv
arch = i686
arch = x86_64
license = gpl
+ makedepends = cython
depends = python
source = git://github.com/andre-d/pympv.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4234bad34b5d..9c89658c9e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Ian D, Scott <ian@perebruin.com>
pkgname=python-pympv-git
-pkgver=r77.8ba9b61
+pkgver=r83.95efe30
pkgrel=1
pkgdesc="A python wrapper for libmpv."
arch=('i686' 'x86_64')
url="https://github.com/andre-d/pympv"
license=('gpl')
depends=('python')
+makedepends=('cython')
source=('git://github.com/andre-d/pympv.git')
md5sums=('SKIP')
_gitname="pympv"