Skip to content
Snippets Groups Projects
Commit 54190fa9 authored by George Rawlinson's avatar George Rawlinson
Browse files

new upstream release

parent 72396031
No related branches found
Tags 3.2.0-1
No related merge requests found
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=python-rebulk
pkgver=3.1.0
pkgrel=2
pkgver=3.2.0
pkgrel=1
pkgdesc='Define simple search patterns in bulk to perform advanced matching on any string'
arch=('any')
url='https://github.com/Toilal/rebulk'
......@@ -11,7 +11,7 @@ depends=('python')
# python-regex is not a dependency, as it will be deprecated by upstream at some point
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
_commit='0377c730022749bf9ad21e06f346c32590938432'
_commit='ee938ca3c1ce9981a171f8f124271424d6774da9'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')
......@@ -21,13 +21,6 @@ pkgver() {
git describe --tags | sed 's/^v//'
}
prepare() {
cd "$pkgname"
# python-pytest-runner is not required
sed -e "s/'pytest-runner'//" -i setup.py
}
build() {
cd "$pkgname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment