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

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 5 18:55:21 UTC 2022


    Date: Monday, September 5, 2022 @ 18:55:21
  Author: arojas
Revision: 455079

upgpkg: gc 8.2.2-1: Update to 8.2.2

Modified:
  gc/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-05 18:54:39 UTC (rev 455078)
+++ PKGBUILD	2022-09-05 18:55:21 UTC (rev 455079)
@@ -2,24 +2,16 @@
 # Contributor: dorphell <dorphell at gmx.net>
 
 pkgname=gc
-pkgver=8.2.0
-pkgrel=3
+pkgver=8.2.2
+pkgrel=1
 pkgdesc="A garbage collector for C and C++"
 arch=('x86_64')
 url="https://www.hboehm.info/gc/"
 license=('GPL')
 depends=('gcc-libs')
-source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        gc-missing-header.patch::https://github.com/ivmai/bdwgc/commit/c876dc2b.patch)
-sha512sums=('ff781360bca667f1f95fbfed073e9035f63134cac1bda4f7e4217664a3713c2846f750a3ce92732972c0435c69355b051f6e8eb6f2698b0d48d9107ff960bacf'
-            '489c121556d6a6fa25da8751676d39179643bfd187cb9f216a095ce606a43790e9348b5b2b7dded76650b33df61078c457150776532d08491a7f09e5a57013a8')
+source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('4a7b26789ce22ab72bfaadf3029362c5fe26737df1e856e43db7d9b24ee8acf625e35d596bb3f698f91d6a5ddfb6c45a952a1dbd18d47359569696a544c9c248')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../gc-missing-header.patch # Install missing header
-  ./autogen.sh
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-cplusplus --disable-static



More information about the arch-commits mailing list