summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62672e7da07a..35cde48c1a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo(replacement shim) v8
-# Sat May 13 07:45:43 PM PDT 2023
+# Sun May 14 12:08:40 PM PDT 2023
pkgbase = python-aiowinreg
pkgdesc = Windows registry file reader, written in python
pkgver = 0.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skelsec/aiowinreg
arch = any
license = MIT
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
}