diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 09:13:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:53 +0000 |
commit | 99d5576898f65c292db658bdb5758d7f56410cbb (patch) | |
tree | 24cc46df297ddbd8fb6c0ee8d87c922636c970e7 /community/chrome-gnome-shell | |
parent | 74c889d009e49ef22cca984aa70de3ae14b447b1 (diff) | |
download | aports-99d5576898f65c292db658bdb5758d7f56410cbb.tar.bz2 aports-99d5576898f65c292db658bdb5758d7f56410cbb.tar.xz |
community/chrome-gnome-shell: rebuild against python 3.8
Diffstat (limited to 'community/chrome-gnome-shell')
-rw-r--r-- | community/chrome-gnome-shell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chrome-gnome-shell/APKBUILD b/community/chrome-gnome-shell/APKBUILD index 5e7b16dfd7..81cfa7d0da 100644 --- a/community/chrome-gnome-shell/APKBUILD +++ b/community/chrome-gnome-shell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=chrome-gnome-shell pkgver=10.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME Shell integration for WebExtensions capable browsers" url="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" arch="noarch" |