[arch-commits] Commit in gdc/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Aug 30 14:10:20 UTC 2018
Date: Thursday, August 30, 2018 @ 14:10:20
Author: ffy00
Revision: 375466
upgpkg: gdc 8.2.0+2.068.2-4
Modified:
gdc/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 13:39:12 UTC (rev 375465)
+++ PKGBUILD 2018-08-30 14:10:20 UTC (rev 375466)
@@ -10,11 +10,13 @@
pkgbase=gdc
pkgname=('gdc' 'libgphobos')
pkgver=8.2.0+2.068.2
-_branch=gdc-8-stable
+#_branch=gdc-8-stable
+_gdc_commit=76136b64ad3a5b8b38992c56f7f70ec700702e76
_islver=0.19
_gccver=8.2.0-RC-20180719
_d_ver=''
-pkgrel=3
+_gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa
+pkgrel=4
arch=('x86_64')
license=('GPL3')
url="https://github.com/D-Programming-GDC/GDC"
@@ -23,8 +25,8 @@
makedepends=('git')
source=("ftp://gcc.gnu.org/pub/gcc/snapshots/$_gccver/gcc-$_gccver.tar.xz"
"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2"
- "gdc::git+https://github.com/D-Programming-GDC/GDC.git#branch=$_branch"
- 'git+https://github.com/D-Programming-GDC/GDMD.git'
+ "gdc::git+https://github.com/D-Programming-GDC/GDC.git#commit=$_gdc_commit"
+ "git+https://github.com/D-Programming-GDC/GDMD.git#commit=$_gdmd_commit"
'paths.diff')
sha512sums=('cabd998089c219d92e89308e5904c59acebf31c57f83da1d3febce57597ca42897e252823c7f6242f0f3b45c91df3b39163898a596f935d9561a58f8acb148bd'
'08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083'
@@ -99,7 +101,7 @@
--enable-default-pie \
--enable-default-ssp \
--with-bugurl=https://bugs.archlinux.org/ \
- --with-pkgversion="GDC ${pkgver%+*} based on D v${pkgver#*+} built with ISL $_isl for Arch Linux" \
+ --with-pkgversion="GDC ${pkgver%+*} based on D v${pkgver#*+} built with ISL $_islver for Arch Linux" \
gdc_include_dir=/usr/include/dlang/gdc
#--enable-gold \
More information about the arch-commits
mailing list