summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f50dc72a9f21..e38ad14e97a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=gnatcoll-gmp
pkgver=2019
-pkgrel=1
+pkgrel=2
pkgdesc='GNAT Components Collection - Bindings to GMP'
url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gmp' 'gnatcoll-core')
+depends=('gmp' 'gnatcoll-core' 'python2')
makedepends=('gprbuild')
conflicts=('gnatcoll-gmp-git')
-source=('http://mirrors.cdn.adacore.com/art/5cdf8afa31e87a8f1d425054')
+source=('https://community.download.adacore.com/v1/964ece4f78755a2fb3c1c84cec2c375cda66bd98?filename=gnatcoll-bindings-2019-20190430-1928C-src.tar.gz')
sha1sums=('964ece4f78755a2fb3c1c84cec2c375cda66bd98')
build()