diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-03-02 15:09:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:17:59 +0000 |
commit | cd2d9fe07f299ce733b756d658c34ba089ddbbfd (patch) | |
tree | c4f40ba8bc3da7478303a6c0213c1186e2db178d | |
parent | a2420815b1d7bf7672900f449a9363adad729556 (diff) | |
download | aports-cd2d9fe07f299ce733b756d658c34ba089ddbbfd.tar.gz aports-cd2d9fe07f299ce733b756d658c34ba089ddbbfd.tar.bz2 aports-cd2d9fe07f299ce733b756d658c34ba089ddbbfd.tar.xz |
main/libxcb: rebuild against python 3.9
-rw-r--r-- | main/libxcb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index 58e2d53952..068e39753b 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb pkgver=1.14 -pkgrel=1 +pkgrel=2 pkgdesc="X11 client-side library" url="https://xcb.freedesktop.org" arch="all" |