summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-08-29 12:41:55 +0200
committerHans-Nikolai Viessmann2021-08-29 12:41:55 +0200
commit637970ebf096365fb2cb07684540c97c544e2eeb (patch)
tree6875acb1b6edcfd7034cacc0e180460c3443f7d1
parent0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1 (diff)
downloadaur-637970ebf096365fb2cb07684540c97c544e2eeb.tar.gz
bump version to 0.1.15
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0bd89e99118..444389f227e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-spython
pkgdesc = Singularity Python a Python API to work with the Singularity open source software
- pkgver = 0.0.80
+ pkgver = 0.1.15
pkgrel = 1
url = https://singularityhub.github.io/singularity-cli/
arch = any
license = MPL2
depends = python
optdepends = singularity-container: to use and manipulate Singularity Containers
- source = https://files.pythonhosted.org/packages/source/s/spython/spython-0.0.80.tar.gz
- sha256sums = e4eddd6f439fe9a9a0f6566e13d89ff096397f86043c50a8d8dcfc87e7b4d686
+ source = https://files.pythonhosted.org/packages/source/s/spython/spython-0.1.15.tar.gz
+ sha256sums = 7674b8b9b3b2e723e5754849985bd668c8056f9d79ff019ba6f4237c70e15367
pkgname = python-spython
-
diff --git a/PKGBUILD b/PKGBUILD
index 5710ab86d883..e6241c7f738e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn>
pkgname=python-spython
_pkgname=spython
-pkgver=0.0.80
+pkgver=0.1.15
pkgrel=1
pkgdesc="Singularity Python a Python API to work with the Singularity open source software"
arch=('any')
@@ -10,7 +10,7 @@ license=('MPL2')
depends=('python')
optdepends=('singularity-container: to use and manipulate Singularity Containers')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('e4eddd6f439fe9a9a0f6566e13d89ff096397f86043c50a8d8dcfc87e7b4d686')
+sha256sums=('7674b8b9b3b2e723e5754849985bd668c8056f9d79ff019ba6f4237c70e15367')
build() {
cd "${_pkgname}-${pkgver}"