summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-pilia2018-07-13 18:13:54 +0200
committerm-pilia2018-07-13 18:13:54 +0200
commit9375172514b07eaab5c536be4d6d7fe6ef60a15b (patch)
tree2405912f946405b25f783bd0d5aa783c03d296d2
parent3b0a66069bdbba227d58de5d21724a3d3770ca6e (diff)
downloadaur-9375172514b07eaab5c536be4d6d7fe6ef60a15b.tar.gz
v0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 895241651943..de9f11a803e5 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.6.1
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/scikit-build/scikit-build
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://github.com/scikit-build/scikit-build/archive/0.6.1.tar.gz
- md5sums = f5b79109e4314ff6bb02a20c38a3c817
+ source = https://github.com/scikit-build/scikit-build/archive/0.7.1.tar.gz
+ md5sums = 1c918a1379f55d74d5a41bf64a1e6eec
pkgname = python-scikit-build
diff --git a/PKGBUILD b/PKGBUILD
index b9ad628c8a24..54c1a2ad0562 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.6.1
+pkgver=0.7.1
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')
makedepends=('python-setuptools')
source=("https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz")
-md5sums=('f5b79109e4314ff6bb02a20c38a3c817')
+md5sums=('1c918a1379f55d74d5a41bf64a1e6eec')
package() {
cd "$srcdir/$_name-$pkgver"