diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-12-19 13:34:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-12-19 14:44:59 +0000 |
commit | 32618409f9851fa07be26615b0cf8fb76e004ffa (patch) | |
tree | 6fda6e68f86465e4856033ff1ad2bc20be53f50c | |
parent | f3cc8fce983003766ed4d2702881a5e47160d2a2 (diff) | |
download | aports-32618409f9851fa07be26615b0cf8fb76e004ffa.tar.gz aports-32618409f9851fa07be26615b0cf8fb76e004ffa.tar.bz2 aports-32618409f9851fa07be26615b0cf8fb76e004ffa.tar.xz |
testing/py3-remoto: rebuild against python3.10
-rw-r--r-- | testing/py3-remoto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-remoto/APKBUILD b/testing/py3-remoto/APKBUILD index 11d917dba5..b6b2fc81b1 100644 --- a/testing/py3-remoto/APKBUILD +++ b/testing/py3-remoto/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-remoto _pkgname=remoto pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Execute remote commands or processes" url="https://github.com/alfredodeza/remoto" arch="noarch" |