summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2017-01-28 10:40:06 +0100
committerSébastien Leduc2017-01-28 10:40:06 +0100
commit7f103bc77735e81f7a51f6c1a0b8ebdf8142eeca (patch)
tree983f218f26e2255393b2bd0b1dede4d20bc00ec5 /PKGBUILD
parentd4d44e9c676ffed38f67d7bff895fb50ed083cc2 (diff)
downloadaur-7f103bc77735e81f7a51f6c1a0b8ebdf8142eeca.tar.gz
Fix makedependency to pytest-runner
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e95d4286fd4..849375d6c5eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgbase='python-rebulk'
_guser='Toilal'
_gproject="rebulk"
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc=" Define simple search patterns in bulk to perform advanced matching on any string. "
arch=("any")
url="https://github.com/Toilal/rebulk"
license=('MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-pytest-runner' 'python2-pytest-runner')
options=(!emptydirs)
source=("https://github.com/${_guser}/${_gproject}/archive/${pkgver}.tar.gz")
md5sums=('10c00f7ad785bfb577941876fea41d82')