[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 27 20:28:44 UTC 2019
Date: Monday, May 27, 2019 @ 20:28:43
Author: arojas
Revision: 471988
https
Modified:
arm-none-eabi-gdb/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 20:28:39 UTC (rev 471987)
+++ PKGBUILD 2019-05-27 20:28:43 UTC (rev 471988)
@@ -7,12 +7,12 @@
pkgrel=1
pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
arch=(x86_64)
-url='http://www.gnu.org/software/gdb/'
+url='https://www.gnu.org/software/gdb/'
license=(GPL3)
depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
optdepends=('stlink: for debugging over STLINK')
options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
sha256sums=('802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e'
'SKIP')
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
More information about the arch-commits
mailing list