From 02d45f3a5e2fd7c86a2c5c5b9fbd31476e1510d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Sat, 17 Dec 2022 15:32:59 +0100 Subject: [PATCH] main/*: rebuild for Python 3.11 (MR 3745) --- main/bootchart2/APKBUILD | 2 +- main/extract-dtb/APKBUILD | 2 +- main/hwtest/APKBUILD | 2 +- main/ofonoctl/APKBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/bootchart2/APKBUILD b/main/bootchart2/APKBUILD index becad9bc9..19e012d81 100644 --- a/main/bootchart2/APKBUILD +++ b/main/bootchart2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Pops Dylan pkgname=bootchart2 pkgver=0.14.8_git20170531 -pkgrel=2 +pkgrel=3 pkgdesc="Boot Process Performance Visualization" url="https://github.com/xrmx/bootchart" arch="all" diff --git a/main/extract-dtb/APKBUILD b/main/extract-dtb/APKBUILD index 50e1dc2cd..3215b8de0 100644 --- a/main/extract-dtb/APKBUILD +++ b/main/extract-dtb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Pablo Castellano pkgname=extract-dtb pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Tool to split a kernel image with appended dtbs into separated kernel and dtb files" url="https://github.com/PabloCastellano/extract-dtb" arch="noarch" diff --git a/main/hwtest/APKBUILD b/main/hwtest/APKBUILD index 8309a0fbc..5f5c41337 100644 --- a/main/hwtest/APKBUILD +++ b/main/hwtest/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Martijn Braam pkgname=hwtest pkgver=0.6.0 -pkgrel=4 +pkgrel=5 pkgdesc="Small utility to check hardware functionality on phones" url="https://gitlab.com/MartijnBraam/hwtest" arch="noarch" diff --git a/main/ofonoctl/APKBUILD b/main/ofonoctl/APKBUILD index f78afe096..0f0945fcf 100644 --- a/main/ofonoctl/APKBUILD +++ b/main/ofonoctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Martijn Braam pkgname=ofonoctl pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="test/control application for the ofono daemon" url="https://git.sr.ht/~martijnbraam/ofonoctl" arch="noarch"