summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornotEvil2023-11-06 21:02:57 +0100
committernotEvil2023-11-06 21:02:57 +0100
commit43e26d687ffcfeb8f7944ae1bfc2e9d8a9d3a696 (patch)
treeb0aa0e29fc0c3cefcd36c8f878b6428119fafbb4
parent252c4d95de8969e49159d2c29d09417725ef66cb (diff)
downloadaur-43e26d687ffcfeb8f7944ae1bfc2e9d8a9d3a696.tar.gz
Version 0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c17569a247ab..bdc4c1768d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-subprocess_shell
pkgdesc = A shell for subprocess
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://gitlab.com/notEvil/subprocess_shell
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-subprocess_shell
makedepends = python-build
makedepends = python-installer
depends = python
- source = https://pypi.io/packages/source/s/subprocess-shell/subprocess_shell-0.0.5.tar.gz
- sha256sums = c3ef85fc4d20ca4d44876565858e4233de201b966dd1b99f79e041f4cb2d5ae5
+ source = https://pypi.io/packages/source/s/subprocess-shell/subprocess_shell-0.0.6.tar.gz
+ sha256sums = 802adbed3282a210151f84e56bb7ff70419b7b6dc1e4990cc0f1f52fbbe10ce7
pkgname = python-subprocess_shell
diff --git a/PKGBUILD b/PKGBUILD
index c7ec5a3fc9a6..47779f64ebe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-subprocess_shell
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc='A shell for subprocess'
arch=('any')
@@ -9,7 +9,7 @@ source=(
"https://pypi.io/packages/source/s/subprocess-shell/subprocess_shell-$pkgver.tar.gz"
)
sha256sums=(
- 'c3ef85fc4d20ca4d44876565858e4233de201b966dd1b99f79e041f4cb2d5ae5'
+ '802adbed3282a210151f84e56bb7ff70419b7b6dc1e4990cc0f1f52fbbe10ce7'
)
depends=('python')
makedepends=('python-build' 'python-installer')