diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-07 04:19:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:40 +0100 |
commit | 06096b4a4335e0273dae0262b8d2763587392386 (patch) | |
tree | 2ebe543eee1702dc9f1666bbdbf54055af398c1e | |
parent | 393ebc5f645b44736b4f5c0b8f199662a981801b (diff) | |
download | aports-06096b4a4335e0273dae0262b8d2763587392386.zip |
main/py3-gobject3: rebuild against python 3.10
-rw-r--r-- | main/py3-gobject3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-gobject3/APKBUILD b/main/py3-gobject3/APKBUILD index 6eb622239c4..30ca6113699 100644 --- a/main/py3-gobject3/APKBUILD +++ b/main/py3-gobject3/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-gobject3 pkgver=3.42.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for the GObject library" url="https://wiki.gnome.org/Projects/PyGObject/" arch="all" |