summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-07-22 17:56:04 +0200
committerMichel Zou2022-07-22 17:56:04 +0200
commitd4f5d5109d6c7ea7b1ac05c393c1701461548228 (patch)
treebcfff2947e982d75da2ab4f73cb629ad52e0a148
parent17fe28ccacd61dbbdd95804c64816d43f54ae5c3 (diff)
downloadaur-d4f5d5109d6c7ea7b1ac05c393c1701461548228.tar.gz
mpfr
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b2d71027bc..8b802feb38da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = mingw-w64-gdb
depends = mingw-w64-expat
depends = mingw-w64-zlib
depends = mingw-w64-readline
+ depends = mingw-w64-mpfr
options = staticlibs
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 8b9ebaa53eb9..2d68c3e3cb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="The GNU Debugger (mingw-w64)"
arch=(any)
url="http://www.gnu.org/software/gdb/"
license=('LGPL')
-depends=('mingw-w64-dlfcn' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline')
+depends=('mingw-w64-dlfcn' 'mingw-w64-expat' 'mingw-w64-zlib' 'mingw-w64-readline' 'mingw-w64-mpfr')
makedepends=('mingw-w64-configure' 'texinfo')
options=('staticlibs' '!buildflags' '!strip')
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz")