From 2fff60f075dcaeaaa555dd627cff584aa624100f Mon Sep 17 00:00:00 2001 From: Dzmitry Date: Tue, 14 Feb 2023 20:27:06 +0000 Subject: [PATCH] main/extract-dtb: update pkgrel due to updated python version (MR 3867) [ci:skip-build]: already built successfully in CI --- main/extract-dtb/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/extract-dtb/APKBUILD b/main/extract-dtb/APKBUILD index 3215b8de0..f598f7423 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=2 +pkgrel=3 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"