diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 12:44:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:51 +0000 |
commit | 645f535569fb1b492d68643808371ced2a37f0c3 (patch) | |
tree | a9959f9d700847fbc97e1f97560100a84904ef73 /testing/gdb-embedded | |
parent | 6e8777b468e867553d02108917a5112b73dfe7ee (diff) | |
download | aports-645f535569fb1b492d68643808371ced2a37f0c3.tar.bz2 aports-645f535569fb1b492d68643808371ced2a37f0c3.tar.xz |
testing/gdb-embedded: rebuild against python 3.7
Diffstat (limited to 'testing/gdb-embedded')
-rw-r--r-- | testing/gdb-embedded/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gdb-embedded/APKBUILD b/testing/gdb-embedded/APKBUILD index a95568b5b0..7476993bb9 100644 --- a/testing/gdb-embedded/APKBUILD +++ b/testing/gdb-embedded/APKBUILD @@ -8,7 +8,7 @@ _targets=" " pkgname="$_pkgbase-embedded" pkgver=8.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Debugger for embedded targets" url="https://www.sourceware.org/gdb/" arch="all" |