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

Anatol Pomozov anatolik at archlinux.org
Mon Nov 18 14:23:47 UTC 2019


    Date: Monday, November 18, 2019 @ 14:23:47
  Author: anatolik
Revision: 369229

upgpkg: gc 8.0.4-3

FS#64415: Remove libatomic_ops from the list of gc dependencies

Modified:
  gc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 09:28:47 UTC (rev 369228)
+++ PKGBUILD	2019-11-18 14:23:47 UTC (rev 369229)
@@ -3,12 +3,12 @@
 
 pkgname=gc
 pkgver=8.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A garbage collector for C and C++"
 arch=('x86_64')
 url="https://www.hboehm.info/gc/"
 license=('GPL')
-depends=('gcc-libs' 'libatomic_ops')
+depends=('gcc-libs')
 source=(https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
         add_stack_bottom_feature.patch::https://github.com/ivmai/bdwgc/commit/5668de71107022a316ee967162bc16c10754b9ce.patch)
 sha512sums=('57ccca15c6e50048d306a30de06c1a844f36103a84c2d1c17cbccbbc0001e17915488baec79737449982da99ce5d14ce527176afae9ae153cbbb5a19d986366e'



More information about the arch-commits mailing list