[arch-commits] Commit in gc/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Mar 20 12:30:30 UTC 2022


    Date: Sunday, March 20, 2022 @ 12:30:29
  Author: arojas
Revision: 440311

Use committed version of patch (FS#74142)

Modified:
  gc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 10:42:04 UTC (rev 440310)
+++ PKGBUILD	2022-03-20 12:30:29 UTC (rev 440311)
@@ -3,7 +3,7 @@
 
 pkgname=gc
 pkgver=8.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A garbage collector for C and C++"
 arch=('x86_64')
 url="https://www.hboehm.info/gc/"
@@ -10,9 +10,9 @@
 license=('GPL')
 depends=('gcc-libs')
 source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        gc-missing-header.patch::https://patch-diff.githubusercontent.com/raw/ivmai/bdwgc/pull/389.patch)
+        gc-missing-header.patch::https://github.com/ivmai/bdwgc/commit/c876dc2b.patch)
 sha512sums=('ff781360bca667f1f95fbfed073e9035f63134cac1bda4f7e4217664a3713c2846f750a3ce92732972c0435c69355b051f6e8eb6f2698b0d48d9107ff960bacf'
-            'a89d46b6826b90184e1a2724c2a1a57a4a2a215245938500aa7a652bf7eee3e0205c36fbd27e450ac59824c07b16fd38987ea77a33a41eb38878701fb70e0ad9')
+            '489c121556d6a6fa25da8751676d39179643bfd187cb9f216a095ce606a43790e9348b5b2b7dded76650b33df61078c457150776532d08491a7f09e5a57013a8')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list