diff options
author | psykose <alice@ayaya.dev> | 2023-01-15 15:13:14 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-01-15 16:13:14 +0100 |
commit | 70710ddb264cb53ca64a09f2161af2cf6917b7ea (patch) | |
tree | 9883671cff1b2451cec1087279038ac420210886 | |
parent | 57889a290d5eb45fd94a9afdc55535940c4b5905 (diff) | |
download | aports-70710ddb264cb53ca64a09f2161af2cf6917b7ea.tar.gz aports-70710ddb264cb53ca64a09f2161af2cf6917b7ea.tar.bz2 aports-70710ddb264cb53ca64a09f2161af2cf6917b7ea.tar.xz |
community/pluma: rebuild against py3.11
-rw-r--r-- | community/pluma/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index dde20f4588f..5f760b15e2a 100644 --- a/community/pluma/APKBUILD +++ b/community/pluma/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=pluma pkgver=1.26.0 -pkgrel=1 +pkgrel=2 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" arch="all" |