Date: Tuesday, August 7, 2018 @ 20:43:50 Author: anatolik Revision: 331137
upgpkg: gdb 8.1.1-1 Modified: gdb/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-07 20:16:48 UTC (rev 331136) +++ PKGBUILD 2018-08-07 20:43:50 UTC (rev 331137) @@ -6,18 +6,16 @@ # gdb-common is a package that contains files common for all cross compiled versions # of gdb (for arm/avr/...) pkgname=(gdb gdb-common) -pkgver=8.1 -pkgrel=3 +pkgver=8.1.1 +pkgrel=1 pkgdesc='The GNU Debugger' arch=(x86_64) url='http://www.gnu.org/software/gdb/' license=(GPL3) makedepends=(texinfo python guile2.0 ncurses expat xz) -source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig} - fix_python37.patch) -sha1sums=('641861f7d3f22b6a23bc3e801f0ff29a78375490' - 'SKIP' - '37a299b86478228cf35f00c7e01274c07dc5fa94') +source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig}) +sha1sums=('8c04c12f11b5ba74e7506785632c7fc593ead90f' + 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker prepare() { @@ -25,8 +23,6 @@ # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS" sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure - - patch -p1 < ../fix_python37.patch } build() {
