[arch-commits] Commit in python-scikit-build/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 18:16:15 UTC 2022


    Date: Friday, March 11, 2022 @ 18:16:15
  Author: arojas
Revision: 1148493

Update to 0.13.1

Modified:
  python-scikit-build/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 18:14:40 UTC (rev 1148492)
+++ PKGBUILD	2022-03-11 18:16:15 UTC (rev 1148493)
@@ -5,8 +5,8 @@
 # TODO: think about including check() after #460 and #469 are fixed upstream
 
 pkgname=python-scikit-build
-pkgver=0.12.0
-pkgrel=3
+pkgver=0.13.1
+pkgrel=1
 pkgdesc="Improved build system generator for CPython C, C++, Cython and Fortran extensions"
 arch=('any')
 url="https://scikit-build.org"
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('cmake' 'python-distro' 'python-wheel')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz")
-sha256sums=('c32a415d2e7920a4a966b037403c93b02c8a958d8badf3c60abd4b4493f7d988')
+sha256sums=('d7e16ba91ea68b8c349a455793dbad39df79539da7cd3afaa0c90feaa1f791f9')
 
 build() {
   cd "${srcdir}/scikit-build-${pkgver}"



More information about the arch-commits mailing list