summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-05-03 10:51:04 +0200
committerHans-Nikolai Viessmann2020-05-03 10:51:04 +0200
commit0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1 (patch)
treef1e70dafe8fa95d5cdcdb7f86c70a817a827dd37
parente77dec20a510939c06e4508d76a9b5469155bb84 (diff)
downloadaur-0f4a7d6bf6d880aea16eb414f8a4d1ca0ddc3aa1.tar.gz
bump version to 0.0.80
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4522b292ac15..e0bd89e99118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index aef6331542e1..5710ab86d883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"