summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-04-06 12:23:12 +0200
committerMartino Pilia2019-04-06 12:23:12 +0200
commitb865c26957856d36b696aeca127c37fdc6f6e8f8 (patch)
treefd2a2c5642a6bbe3f46f1800e763ad5c48cd0b22
parent1c9c1119d8b5eb53ac0e98cdd614d6de457485f4 (diff)
downloadaur-b865c26957856d36b696aeca127c37fdc6f6e8f8.tar.gz
Version 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61cdf043fa13..e3c4c3b85f7c 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.8.1
+ pkgver = 0.9.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.8.1.tar.gz
- md5sums = 92f09303cec2d1e9cfcaa65fd65c35c5
+ source = https://github.com/scikit-build/scikit-build/archive/0.9.0.tar.gz
+ sha256sums = b7ac5a574ca5a4b0891aeaf5b0340de9fdc88d0081669dca494cef5b9fa760b0
pkgname = python-scikit-build
diff --git a/PKGBUILD b/PKGBUILD
index 4cd1be6f06e6..ca0e6a511448 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.8.1
+pkgver=0.9.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")
-md5sums=('92f09303cec2d1e9cfcaa65fd65c35c5')
+sha256sums=('b7ac5a574ca5a4b0891aeaf5b0340de9fdc88d0081669dca494cef5b9fa760b0')
package() {
cd "$srcdir/$_name-$pkgver"