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

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 3 07:28:39 UTC 2014


    Date: Monday, March 3, 2014 @ 08:28:38
  Author: jgc
Revision: 206601

Fix URL and source location (FS#39095)

Modified:
  gc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-03 07:26:40 UTC (rev 206600)
+++ PKGBUILD	2014-03-03 07:28:38 UTC (rev 206601)
@@ -7,9 +7,9 @@
 pkgrel=1
 pkgdesc="A garbage collector for C and C++"
 arch=('i686' 'x86_64')
-url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
+url="http://www.hboehm.info/gc/"
 license=('GPL')
-source=("http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz")
+source=("http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz")
 depends=('gcc-libs' 'libatomic_ops')
 md5sums=('f40d9a47c90d60791eeecb484f8df5ee')
 




More information about the arch-commits mailing list