summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-05-30 12:28:11 +0200
committerMartino Pilia2019-05-30 12:28:16 +0200
commit7d92e5ca9e3e5c8c2d706fe7446e4f7f6a3b4d8d (patch)
treeecc3d8081dc20f07712f8a235ef7b9717d7da0e6
parentb865c26957856d36b696aeca127c37fdc6f6e8f8 (diff)
downloadaur-7d92e5ca9e3e5c8c2d706fe7446e4f7f6a3b4d8d.tar.gz
Version 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c4c3b85f7c..fb0fc26c71c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-scikit-build
pkgdesc = Improved build system generator for CPython C, C++, Cython and Fortran extensions
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/scikit-build/scikit-build
arch = any
license = MIT
depends = python-setuptools
depends = python-wheel
- source = https://github.com/scikit-build/scikit-build/archive/0.9.0.tar.gz
- sha256sums = b7ac5a574ca5a4b0891aeaf5b0340de9fdc88d0081669dca494cef5b9fa760b0
+ source = https://github.com/scikit-build/scikit-build/archive/0.10.0.tar.gz
+ sha256sums = 2beec252813b20327072c15e9d997f15972aedcc6a130d0154979ff0fdb1b010
pkgname = python-scikit-build
diff --git a/PKGBUILD b/PKGBUILD
index ca0e6a511448..1c8752b339e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKBGUILD file: Martino Pilia <martino.pilia@gmail.com>
_name=scikit-build
pkgname=python-${_name}
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc='Improved build system generator for CPython C, C++, Cython and Fortran extensions'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-setuptools' 'python-wheel')
makedepends=()
source=("https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz")
-sha256sums=('b7ac5a574ca5a4b0891aeaf5b0340de9fdc88d0081669dca494cef5b9fa760b0')
+sha256sums=('2beec252813b20327072c15e9d997f15972aedcc6a130d0154979ff0fdb1b010')
package() {
cd "$srcdir/$_name-$pkgver"