Date: Tuesday, August 7, 2018 @ 20:58:45 Author: anatolik Revision: 370174
upgpkg: arm-none-eabi-gdb 8.1.1-1 Modified: arm-none-eabi-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-07 20:56:06 UTC (rev 370173) +++ PKGBUILD 2018-08-07 20:58:45 UTC (rev 370174) @@ -4,8 +4,8 @@ _target=arm-none-eabi pkgname=$_target-gdb -pkgver=8.1 -pkgrel=3 +pkgver=8.1.1 +pkgrel=1 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target' arch=(x86_64) url='http://www.gnu.org/software/gdb/' @@ -13,18 +13,14 @@ 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} - fix_python37.patch) -sha256sums=('af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34' - 'SKIP' - '8978e8f926cc051ed8394f006c288fecbe067407ac8a4474cf28b71180a66599') +source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) +sha256sums=('97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c' + 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobec...@adacore.com> prepare() { cd gdb-$pkgver sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure - - patch -p1 < ../fix_python37.patch } build() {