aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 14:27:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:42 +0000
commit62c148d8f1a116d63fe3a4249a907351c33859ae (patch)
tree55bc4b5c610b3c0c60d51048a526a6493d3a88ab
parent16521b66513aca1c8dbff0d3b5c38a3a7b9b23fd (diff)
testing/py3-shellingham: rebuild against python 3.8
-rw-r--r--testing/py3-shellingham/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-shellingham/APKBUILD b/testing/py3-shellingham/APKBUILD
index 5034f01c6ae..e55788a6ff5 100644
--- a/testing/py3-shellingham/APKBUILD
+++ b/testing/py3-shellingham/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-shellingham
_realname=shellingham
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 module to poke around and find out running shell"
options="!check" # Requires unpackaged dependencies
url="https://github.com/sarugaku/shellingham"