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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 17:20:58 UTC 2021


    Date: Thursday, September 2, 2021 @ 17:20:57
  Author: arojas
Revision: 1010607

Update to 0.12.0

Modified:
  python-scikit-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 17:19:43 UTC (rev 1010606)
+++ PKGBUILD	2021-09-02 17:20:57 UTC (rev 1010607)
@@ -5,8 +5,8 @@
 # TODO: think about including check() after #460 and #469 are fixed upstream
 
 pkgname=python-scikit-build
-pkgver=0.11.1
-pkgrel=3
+pkgver=0.12.0
+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=('25f040b04ae0c8473fe57af009c7c83bd9122a88b8ef5b19dd4805812fe03d24')
+sha256sums=('c32a415d2e7920a4a966b037403c93b02c8a958d8badf3c60abd4b4493f7d988')
 
 build() {
   cd "${srcdir}/scikit-build-${pkgver}"



More information about the arch-commits mailing list