summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-03-04 21:02:27 +0100
committerClaudia Pellegrino2024-03-04 21:07:19 +0100
commitd54ece15a890ff0b69c8ffa7ab8a51009010b571 (patch)
tree81e141efef5851054672bc4e08e99ca1ecf8bbef /PKGBUILD
parent5c7a8e635044a6fd0bbe93cc2d5cc88ab57091f7 (diff)
downloadaur-d54ece15a890ff0b69c8ffa7ab8a51009010b571.tar.gz
python-cyclonedx-lib v6.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b92400009d5..afded1ad2e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cyclonedx-lib
_gitpkgname=cyclonedx-python-lib
-pkgver=6.4.1
+pkgver=6.4.3
pkgrel=1
pkgdesc='Render and read CycloneDX, a lightweight BOM specification document format'
arch=('any')
@@ -32,24 +32,16 @@ options=('!strip')
source=(
"${_gitpkgname}-${pkgver}.tar.gz::https://github.com/CycloneDX/cyclonedx-python-lib/archive/refs/tags/v${pkgver}.tar.gz"
- 'fix-stray-license.patch'
)
sha512sums=(
- 'dd2adc05c757825e47556b2b4c4ab1510ef9a641763bef457dcbd6a793b258593d58e5ecad224dcb7facfaaa4ea7223d6c662fae70d4e7055330de408023bd21'
- 'c65fa3e302f997b256f216498a1ee7eabc70b0cdfc23c5fd30db2be63f7c74c20816ae959a7ce0b7f4970ecb5d63b10202616e555999289a01e8444a61dfd771'
+ '20012882f1db75d82e1fcaf7668d0de401eed12b4ee22e238ca8c944221f8aee363b936d1445e17b970f2bdfaf60041fee15327bcec85f2b1d6f05772aad15d9'
)
prepare() {
cd "${srcdir}/${_gitpkgname}-${pkgver}"
rm -rf dist # https://github.com/python-poetry/poetry/issues/1329
- # Keep the build backend from including `LICENSE`, `NOTICE`, and
- # `README.md` in the `site-packages` folder directly.
- # Upstream PR pending.
- # See also: https://github.com/CycloneDX/cyclonedx-python-lib/issues/435
- patch -p1 < "${srcdir}/fix-stray-license.patch"
-
# Consistently failing during `check` but not in upstream CI.
# Needs more analysis.
find tests -name 'invalid-metadata-timestamp-*.json' -exec rm -v '{}' ';'