diff options
author | Hans-Nikolai Viessmann | 2021-08-29 12:41:55 +0200 |
---|---|---|
committer | Hans-Nikolai Viessmann | 2021-08-29 12:41:55 +0200 |
commit | 637970ebf096365fb2cb07684540c97c544e2eeb (patch) | |
tree | 6875acb1b6edcfd7034cacc0e180460c3443f7d1 | |
parent | 0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1 (diff) | |
download | aur-637970ebf096365fb2cb07684540c97c544e2eeb.tar.gz |
bump version to 0.1.15
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -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 - @@ -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}" |