aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-10-31 08:33:22 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-10-31 08:35:32 +0000
commit692e4d800b76a224951491864a58a1d6175c1c20 (patch)
treefc44fbe2d3fe1bf031cafb630f01f98587e77938
parent69d2c7087b25fd1381773c002494fff5c71f11e3 (diff)
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.
-rw-r--r--main/gc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gc/APKBUILD b/main/gc/APKBUILD
index d6ac1c241c5..0aa14c6e616 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"