diff options
author | Hans-Nikolai Viessmann | 2020-05-03 10:51:04 +0200 |
---|---|---|
committer | Hans-Nikolai Viessmann | 2020-05-03 10:51:04 +0200 |
commit | 0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1 (patch) | |
tree | f1e70dafe8fa95d5cdcdb7f86c70a817a827dd37 | |
parent | e77dec20a510939c06e4508d76a9b5469155bb84 (diff) | |
download | aur-0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1.tar.gz |
bump version to 0.0.80
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,14 +1,14 @@ pkgbase = python-spython - pkgdesc = Singularity Python is a Python API to work with the Singularity open source software - pkgver = 0.0.38 + pkgdesc = Singularity Python a Python API to work with the Singularity open source software + pkgver = 0.0.80 pkgrel = 1 url = https://singularityhub.github.io/singularity-cli/ arch = any - license = AGPL3 + 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.38.tar.gz - sha256sums = 31f1f82b968195edfe43d5fa380034f88d66b29550a08ccc809df26190457346 + source = https://files.pythonhosted.org/packages/source/s/spython/spython-0.0.80.tar.gz + sha256sums = e4eddd6f439fe9a9a0f6566e13d89ff096397f86043c50a8d8dcfc87e7b4d686 pkgname = python-spython @@ -1,16 +1,16 @@ # Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn> pkgname=python-spython _pkgname=spython -pkgver=0.0.38 +pkgver=0.0.80 pkgrel=1 -pkgdesc="Singularity Python is a Python API to work with the Singularity open source software" +pkgdesc="Singularity Python a Python API to work with the Singularity open source software" arch=('any') url="https://singularityhub.github.io/singularity-cli/" -license=('AGPL3') +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=('31f1f82b968195edfe43d5fa380034f88d66b29550a08ccc809df26190457346') +sha256sums=('e4eddd6f439fe9a9a0f6566e13d89ff096397f86043c50a8d8dcfc87e7b4d686') build() { cd "${_pkgname}-${pkgver}" |