summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-04-19 16:02:21 -0400
committerAndrew Sun2018-04-19 16:02:21 -0400
commit7cc8dc9f9a3c11d41808448b323907c77b9732f2 (patch)
treeec81d2885f3a99614b19572b964131e604ea5a97 /PKGBUILD
parent509b2db23dc0520d1f895c1d9acbc03207ebd746 (diff)
downloadaur-lib32-mpdecimal.tar.gz
lib32-mpdecimal: add missing mpdecimal depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')