summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2020-02-23 02:53:00 +1100
committerRod Kay2020-02-23 02:53:00 +1100
commit56852494b1dcc2dfd4226c4d9e3ebe774e87438b (patch)
tree1ad122caa1e0e23a3b6006a49e741a1b32e6721f
parent3eda7c763a4fa273d9c616e1da5729333e6089d4 (diff)
downloadaur-56852494b1dcc2dfd4226c4d9e3ebe774e87438b.tar.gz
Update source URL's
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bb24c35b37d..446a525c1e77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gprbuild-bootstrap
pkgdesc = Static GPRbuild to bootstrap XML/Ada and GPRbuild itself
pkgver = 2019
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AdaCore/gprbuild/
arch = i686
arch = x86_64
license = GPL3
depends = gcc-ada
- source = http://mirrors.cdn.adacore.com/art/5cdf8e8031e87a8f1d425093
- source = http://mirrors.cdn.adacore.com/art/5cdf916831e87a8f1d4250b5
+ source = https://community.download.adacore.com/v1/0c03c05cef70b85144ba0e624a46e8952183b666?filename=gprbuild-2019-20190517-194D8-src.tar.gz
+ source = https://community.download.adacore.com/v1/ce0b67754f149cd230ba842effeff0ab3033ed0c?filename=xmlada-2019-20190429-19B9D-src.tar.gz
sha1sums = 0c03c05cef70b85144ba0e624a46e8952183b666
sha1sums = ce0b67754f149cd230ba842effeff0ab3033ed0c
diff --git a/PKGBUILD b/PKGBUILD
index c7c36f2889ed..a9fdadbbb46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=gprbuild-bootstrap
pkgver=2019
-pkgrel=1
+pkgrel=2
pkgdesc="Static GPRbuild to bootstrap XML/Ada and GPRbuild itself"
arch=('i686' 'x86_64')
url='https://github.com/AdaCore/gprbuild/'
license=('GPL3')
depends=('gcc-ada')
-source=('http://mirrors.cdn.adacore.com/art/5cdf8e8031e87a8f1d425093'
- 'http://mirrors.cdn.adacore.com/art/5cdf916831e87a8f1d4250b5')
+source=('https://community.download.adacore.com/v1/0c03c05cef70b85144ba0e624a46e8952183b666?filename=gprbuild-2019-20190517-194D8-src.tar.gz'
+ 'https://community.download.adacore.com/v1/ce0b67754f149cd230ba842effeff0ab3033ed0c?filename=xmlada-2019-20190429-19B9D-src.tar.gz')
sha1sums=(0c03c05cef70b85144ba0e624a46e8952183b666
ce0b67754f149cd230ba842effeff0ab3033ed0c)