summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58bab09f84d8..a6cc954a6176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths
pkgver = 0.9.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/typemytype/booleanOperations
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 85d731400a97..535adac99eb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pyname=booleanOperations
pkgname=python-${_pyname,,}
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc='Boolean operations on paths'
arch=(any)
url="https://github.com/typemytype/$_pyname"
@@ -24,13 +24,12 @@ sha256sums=('8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8')
prepare() {
cd "$_archive"
- # Upstream PR: https://github.com/typemytype/booleanOperations/pull/63
- sed -i -e '/wheel$/d' setup.cfg
+ # Upstream PR: https://github.com/typemytype/booleanOperations/pull/63
+ sed -i -e '/wheel$/d' setup.cfg
}
build() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py build
}