diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:06:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:43 +0100 |
commit | 81a865176f275d469873b5fe7fa78e3e347f4956 (patch) | |
tree | 7849f9dde3d7fca03ad21c7fae717f9e97561102 | |
parent | 4047f0fc53fc0fa02b4311c1a9c3c2f63e5bf1ac (diff) | |
download | aports-81a865176f275d469873b5fe7fa78e3e347f4956.tar.gz aports-81a865176f275d469873b5fe7fa78e3e347f4956.tar.bz2 aports-81a865176f275d469873b5fe7fa78e3e347f4956.tar.xz |
community/you-get: rebuild against python 3.10
-rw-r--r-- | community/you-get/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index 2830f41e9a..02f1dcf643 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=you-get pkgver=0.4.1525 -pkgrel=1 +pkgrel=2 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org" arch="noarch" |