summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 398a9d64ed41..98ee33e14a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-aiowinreg
_pkgname=aiowinreg
pkgver=0.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Windows registry file reader, written in python"
url="https://github.com/skelsec/aiowinreg"
arch=('any')
@@ -15,6 +15,7 @@ sha256sums=('55b59dec411661d7042a9a7f4091a6ce83483f701fea517e91ced22643bfa92e')
build() {
cd "${_pkgname}-${pkgver}"
+ rm -rf tests # conflicts with other packages
python -m build --wheel --no-isolation
}