Date: Tuesday, April 4, 2023 @ 17:07:50
  Author: anatolik
Revision: 1434671

upgpkg: avr-gdb 13.1-1

Modified:
  avr-gdb/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 17:07:04 UTC (rev 1434670)
+++ PKGBUILD    2023-04-04 17:07:50 UTC (rev 1434671)
@@ -7,8 +7,8 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=12.1
-pkgrel=3
+pkgver=13.1
+pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
@@ -16,16 +16,13 @@
 depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
 makedepends=(boost)
 options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}
-        readline8.patch)
-sha256sums=('0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed'
-            'SKIP'
-            '89efbd1275e5f1e33122fa8da146cb48733b9637d119e3819eeeec063ec70da8')
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0'
+            'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
<[email protected]>
 
 build() {
   cd gdb-$pkgver
-  patch -Np1 -i ../readline8.patch
 
   mkdir -p build && cd build
   ../configure \

Reply via email to