diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 13:58:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:29 +0000 |
commit | 3d00aa2ee75a1981c3b2db9bbbaa72b6e02255ff (patch) | |
tree | efd18f1158d679489c0a84a1b7e5d7170c9e3537 /testing/httpie-oauth | |
parent | fc41b98ad728a784b5d8702339bf13803e2df93e (diff) | |
download | aports-3d00aa2ee75a1981c3b2db9bbbaa72b6e02255ff.tar.bz2 aports-3d00aa2ee75a1981c3b2db9bbbaa72b6e02255ff.tar.xz |
testing/httpie-oauth: rebuild against python 3.8
Diffstat (limited to 'testing/httpie-oauth')
-rw-r--r-- | testing/httpie-oauth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/httpie-oauth/APKBUILD b/testing/httpie-oauth/APKBUILD index b043e5cc26..8e2ab3698b 100644 --- a/testing/httpie-oauth/APKBUILD +++ b/testing/httpie-oauth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=httpie-oauth pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="OAuth plugin for HTTPie" url="https://github.com/jkbr/httpie-oauth" arch="noarch" |