summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAviel Warschawski2021-12-23 18:31:40 +0200
committerAviel Warschawski2021-12-23 18:31:40 +0200
commit98c52303973d4c2089d6a22f6919454a0bc1ce3f (patch)
treef39c153efb96156abc6facf88387f5ac614fe3c4
parent317bc0e3d3a33356f8a841726da9c7b2ded2964a (diff)
downloadaur-98c52303973d4c2089d6a22f6919454a0bc1ce3f.tar.gz
upgpkg: gdb-multiarch 11.1-2
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12283f0647d8..099834c995a1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = gdb-multiarch
depends = ncurses
depends = expat
depends = python
- depends = guile2.0
+ depends = guile2.2
depends = gdb-common
options = !emptydirs
source = https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 69ec30a923ec..530887a37637 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
--with-system-readline \
--disable-nls \
--with-python=/usr/bin/python \
- --with-guile=guile-2.0 \
+ --with-guile=guile-2.2 \
--with-system-gdbinit=/etc/gdb/gdbinit
make