summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640995ebcd94..d3251a40ddb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = lib32-mpdecimal
license = custom
depends = lib32-glibc
depends = lib32-gcc-libs
+ depends = mpdecimal
source = http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.4.2.tar.gz
sha512sums = eb18ad53b81b93c469db4d915bbb3fae21b36ad82a88e01fef3a6946ac5f50b54376e259a5ecbe23836f1efd59d226b942ecdee87eaba7f9e75cdcaaa9499ef7
diff --git a/PKGBUILD b/PKGBUILD
index 2453c858570e..894a5158b22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Package for correctly-rounded arbitrary precision decimal floating poin
arch=('x86_64')
url="http://www.bytereef.org/mpdecimal/index.html"
license=('custom')
-depends=('lib32-glibc' 'lib32-gcc-libs')
+depends=('lib32-glibc' 'lib32-gcc-libs' 'mpdecimal')
source=("http://www.bytereef.org/software/${_pkgbasename}/releases/${_pkgbasename}-${pkgver}.tar.gz")
sha512sums=('eb18ad53b81b93c469db4d915bbb3fae21b36ad82a88e01fef3a6946ac5f50b54376e259a5ecbe23836f1efd59d226b942ecdee87eaba7f9e75cdcaaa9499ef7')