diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-28 13:58:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:52 +0000 |
commit | e8a606d69121548f42899d7f0eac92544c843432 (patch) | |
tree | 5b4519caaa9fbfe6486646db68bb338e4d7ba690 | |
parent | 667e2ed6698a0d257cda3542e4b8fc424ff66b0b (diff) | |
download | aports-e8a606d69121548f42899d7f0eac92544c843432.tar.bz2 aports-e8a606d69121548f42899d7f0eac92544c843432.tar.xz |
community/caribou: rebuild against python 3.8
-rw-r--r-- | community/caribou/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/caribou/APKBUILD b/community/caribou/APKBUILD index 874580338d..288c0f4c11 100644 --- a/community/caribou/APKBUILD +++ b/community/caribou/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=caribou pkgver=0.4.21 -pkgrel=3 +pkgrel=4 pkgdesc="on screen keyboard implementation" url="https://wiki.gnome.org/Projects/Caribou" arch="all" |