From 692e4d800b76a224951491864a58a1d6175c1c20 Mon Sep 17 00:00:00 2001 From: Kevin Daudt <kdaudt@alpinelinux.org> Date: Sat, 31 Oct 2020 08:33:22 +0000 Subject: [PATCH] main/gc: bump pkgrel 10b8386578 (Revert "main/gc: disable-parallel-mark build option", 2020-10-30) also decreased pkgrel. For systems that already had -r2, they won't be downgraded again, unless they provide `--available`. Let's bump pkgrel to 3 so that those systems get the reverted version again. --- main/gc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD index d6ac1c241c57..0aa14c6e616c 100644 --- a/main/gc/APKBUILD +++ b/main/gc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gc pkgver=8.0.4 -pkgrel=1 +pkgrel=3 pkgdesc="A garbage collector for C and C++" url="https://hboehm.info/gc/" arch="all" -- GitLab