summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-05-14 12:08:43 -0700
committerGI_Jack2023-05-14 12:08:43 -0700
commitd0c836cc9df6f547f66c627c5641e1d3ce630830 (patch)
tree57e554ae5bb8e76fe7a07eb755e6f97b4c5b303d /PKGBUILD
parent964442d20f550dde45b152aa19660cfd62fd907e (diff)
downloadaur-d0c836cc9df6f547f66c627c5641e1d3ce630830.tar.gz
remove test modules
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
}