Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-scikit-build-core
Commits: 22c57a53 by Carl Smedstad at 2025-06-27T22:38:01+02:00 upgpkg: 0.11.5-1: Upstream release https://github.com/scikit-build/scikit-build-core/releases/tag/v0.11.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-scikit-build-core pkgdesc = Next generation Python CMake adaptor and Python API for plugins - pkgver = 0.11.4 + pkgver = 0.11.5 pkgrel = 1 url = https://github.com/scikit-build/scikit-build-core arch = any @@ -25,7 +25,7 @@ pkgbase = python-scikit-build-core depends = python depends = python-packaging depends = python-pathspec - source = https://github.com/scikit-build/scikit-build-core/archive/v0.11.4/scikit-build-core-0.11.4.tar.gz - sha512sums = 38cb3c732718ef0bfd653763320474969300c9aef47cc56bdfe7979c1c8d9ae828832ae32288543a8fcd2e4698e9cc8e05a89a6cace1949aa42625d70479de17 + source = https://github.com/scikit-build/scikit-build-core/archive/v0.11.5/scikit-build-core-0.11.5.tar.gz + sha512sums = f48e9fdd817a07ac6cc3eb38a36be31f7696b11b1dd958c62f8626b0412b6d1813d8c7aed386aba1d3ea6424ab5ace96b4684d65c410d87fc7f76a5959be38ff pkgname = python-scikit-build-core ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Blair Bonnett <[email protected]> pkgname=python-scikit-build-core -pkgver=0.11.4 +pkgver=0.11.5 pkgrel=1 pkgdesc='Next generation Python CMake adaptor and Python API for plugins' arch=(any) @@ -35,7 +35,7 @@ checkdepends=( python-virtualenv ) source=("$url/archive/v$pkgver/${pkgname#python-}-$pkgver.tar.gz") -sha512sums=('38cb3c732718ef0bfd653763320474969300c9aef47cc56bdfe7979c1c8d9ae828832ae32288543a8fcd2e4698e9cc8e05a89a6cace1949aa42625d70479de17') +sha512sums=('f48e9fdd817a07ac6cc3eb38a36be31f7696b11b1dd958c62f8626b0412b6d1813d8c7aed386aba1d3ea6424ab5ace96b4684d65c410d87fc7f76a5959be38ff') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build-core/-/commit/22c57a53457908c754872ea4e2192d648fcb1f4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-build-core/-/commit/22c57a53457908c754872ea4e2192d648fcb1f4f You're receiving this email because of your account on gitlab.archlinux.org.
