summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-04-19 21:29:41 +0200
committerClaudia Pellegrino2024-04-19 21:29:41 +0200
commit2ee3c2ffada73a2103c6afc23bdcda9a3584c49d (patch)
tree26e6bfa2f4968418e56fe5793bbfeaf852903d49 /PKGBUILD
parentc0aaaaed2ff36ef459217ae313a1a08e0703caf9 (diff)
downloadaur-2ee3c2ffada73a2103c6afc23bdcda9a3584c49d.tar.gz
python-cyclonedx-lib v7.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 397d6ef1602a..1ae0c1b5309d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-cyclonedx-lib
_gitpkgname=cyclonedx-python-lib
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.3.0
+pkgrel=1
pkgdesc='Render and read CycloneDX, a lightweight BOM specification document format'
arch=('any')
url='https://github.com/CycloneDX/cyclonedx-python-lib'
@@ -34,22 +34,16 @@ options=('!debug' '!strip')
source=(
"${_gitpkgname}-${pkgver}.tar.gz::https://github.com/CycloneDX/cyclonedx-python-lib/archive/refs/tags/v${pkgver}.tar.gz"
- 'github-pr-588.patch'
)
sha512sums=(
- 'b8a474b06176c320a13584a0b99a2dc5f730d4e3b4e1f5f5f0100ffb7c51e18d9260bfdd0e7c44b66103b98a88ec519ffb52cf994c81ef2b734189f71a476dca'
- '6e39a3fd5631c65e0e25f6daff6296a2a21d0972b6aa6291c0246b5c25981eac764e02fe1afd96aac61f2dff635a01df5f8d6db82a8f7c1da813706df1438402'
+ '21dfcb6f6f49804786a7b4f4b429d6b03aa9e796152fb10d48627d2f2b5c41cddd3802e0a5ebce6e7f94a405b73d0f0d359b97f9a9bfdd0aad46bb2976b3088a'
)
prepare() {
cd "${srcdir}/${_gitpkgname}-${pkgver}"
rm -rf dist # https://github.com/python-poetry/poetry/issues/1329
- # Remove this patch once GitHub PR #588 has been accepted and
- # a new stable release has landed.
- patch -p1 < '../github-pr-588.patch'
-
# Consistently failing during `check` in a clean chroot, but passing
# outside chroot. Also passing in upstream CI. Needs more analysis.
find tests '-(' \