From 3930c181e944dfeea6720dbe6bec390808e1f2ca Mon Sep 17 00:00:00 2001 From: Robert Eckelmann Date: Tue, 23 Apr 2024 23:09:11 +0900 Subject: [PATCH] main: bump several packages for python 3.12 (MR 5060) hwtest, extract-dtb, bootchart2 and ofonoctl need a rebuild to work with python 3.12 --- 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 19e012d81..4aeb07c1e 100644 --- a/main/bootchart2/APKBUILD +++ b/main/bootchart2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Pops Dylan pkgname=bootchart2 pkgver=0.14.8_git20170531 -pkgrel=3 +pkgrel=4 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 f598f7423..4aa31d30d 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=3 +pkgrel=4 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 6d6ec1c38..4234377ba 100644 --- a/main/hwtest/APKBUILD +++ b/main/hwtest/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Martijn Braam pkgname=hwtest pkgver=0.7.0 -pkgrel=1 +pkgrel=2 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 0f0945fcf..d077fe855 100644 --- a/main/ofonoctl/APKBUILD +++ b/main/ofonoctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Martijn Braam pkgname=ofonoctl pkgver=0.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="test/control application for the ofono daemon" url="https://git.sr.ht/~martijnbraam/ofonoctl" arch="noarch"