summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcace4130d0a..ea0e05853a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libadalang
pkgdesc = A high performance semantic engine for the Ada programming language.
pkgver = 2019
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AdaCore/libadalang
arch = i686
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = libadalang
depends = autopep8
depends = yapf
conflicts = libadalang-git
- source = http://mirrors.cdn.adacore.com/art/5cdf8f3331e87a8f1c967d27
- source = http://mirrors.cdn.adacore.com/art/5cdf8f8a31e87a8f1c967d31
+ source = https://community.download.adacore.com/v1/d9ecaed902d34eb3162f3c255da2d5763b495170?filename=libadalang-2019-20190510-19916-src.tar.gz
+ source = https://community.download.adacore.com/v1/30c1718fc91e7da1c8a359e5862a44c814daf592?filename=langkit-2019-20190510-19B8C-src.tar.gz
sha1sums = d9ecaed902d34eb3162f3c255da2d5763b495170
sha1sums = 30c1718fc91e7da1c8a359e5862a44c814daf592
diff --git a/PKGBUILD b/PKGBUILD
index 403c2509db12..5a351253dcc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libadalang
pkgver=2019
-pkgrel=1
+pkgrel=2
pkgdesc="A high performance semantic engine for the Ada programming language."
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ makedepends=("gprbuild")
conflicts=('libadalang-git')
-source=('http://mirrors.cdn.adacore.com/art/5cdf8f3331e87a8f1c967d27'
- 'http://mirrors.cdn.adacore.com/art/5cdf8f8a31e87a8f1c967d31')
+source=('https://community.download.adacore.com/v1/d9ecaed902d34eb3162f3c255da2d5763b495170?filename=libadalang-2019-20190510-19916-src.tar.gz'
+ 'https://community.download.adacore.com/v1/30c1718fc91e7da1c8a359e5862a44c814daf592?filename=langkit-2019-20190510-19B8C-src.tar.gz')
sha1sums=('d9ecaed902d34eb3162f3c255da2d5763b495170'
'30c1718fc91e7da1c8a359e5862a44c814daf592')