summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 21:34:28 +0100
committerFFY002018-07-12 21:34:28 +0100
commit5362b0f840f6c02577ca7c59a8ab43a27eda0b9d (patch)
tree7f65013fbf7a3af2b246870f576d95b475b2efb0
parentee07b970f049d109087069ec5a785dddc8264ecf (diff)
downloadaur-5362b0f840f6c02577ca7c59a8ab43a27eda0b9d.tar.gz
pkgbuild: add quotes to arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e55125af9dc..a36515bae5a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = gdc-git
options = !emptydirs
options = !buildflags
source = ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20140416/gcc-4.9-20140416.tar.bz2
- source = gdc::git://github.com/D-Programming-GDC/GDC.git
+ source = gdc.tar.gz::git://github.com/D-Programming-GDC/GDC.git
source = folders.diff
sha256sums = a1bac4e9fe8d8eca0c70fe22374e34abecd138dfc49130b01d73133f68b03b48
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0841a8dc950f..ade3cda9e7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ groups=('dlang' 'dlang-gdc')
conflicts=('gdc1-bin' 'gdc1-hg' 'gdc')
options=('!libtool' '!emptydirs' '!buildflags')
source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_gccver}-${_gccsnapshot}/gcc-${_gccver}-${_gccsnapshot}.tar.bz2
- ${_gitname}::git://github.com/D-Programming-GDC/GDC.git
+ ${_gitname}.tar.gz::git://github.com/D-Programming-GDC/GDC.git
folders.diff)
pkgver()