Date: Monday, November 5, 2018 @ 02:35:26 Author: anatolik Revision: 401539
correct pkgdesc Modified: riscv64-linux-gnu-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-05 01:19:37 UTC (rev 401538) +++ PKGBUILD 2018-11-05 02:35:26 UTC (rev 401539) @@ -4,7 +4,7 @@ pkgname=$_target-gdb pkgver=8.2 pkgrel=1 -pkgdesc='The GNU Debugger for the ARM64 target' +pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target' arch=(x86_64) url='https://www.gnu.org/software/gdb/' license=(GPL3)
