summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22beac6f15b0..e9392ccb340b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pdm-pep517
pkgdesc = A PEP 517 backend for PDM that supports PEP 621 metadata
pkgver = 1.1.4
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/pdm-project/pdm-pep517
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 040e6d194a87..46b133a32938 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=python-pdm-pep517
# WARNING: python-pdm may not be compatible with whatever pdm-pep517 can be upgraded to:
# https://github.com/pdm-project/pdm/issues/1165
pkgver=1.1.4
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="A PEP 517 backend for PDM that supports PEP 621 metadata"
arch=(any)
@@ -60,10 +60,13 @@ build() {
check() {
cd $_name-$pkgver
- # set default git config for test
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- pytest -vv
+ # Disable for AUR. This is disastrous on AUR.
+ # -- Kisaragi Hiu, otherwise known as "Your Name" in a few commits
+ #
+ # # set default git config for test
+ # git config --global user.email "you@example.com"
+ # git config --global user.name "Your Name"
+ # pytest -vv
}
package() {