summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1d9b0143fb8..6b099d04810d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 20:42:14 UTC 2015
+# Fri Jan 1 09:10:23 UTC 2016
pkgbase = sidef-git
pkgdesc = A modern object-oriented programming language. (-git version)
pkgver = 2.13
@@ -14,7 +14,7 @@ pkgbase = sidef-git
depends = perl-math-gmpf
depends = perl-math-gmpq
depends = perl-math-gmpz
- depends = perl-math-mpfr
+ depends = perl-math-mpfr>=3.29
depends = perl-math-mpc
provides = sidef
conflicts = sidef
diff --git a/PKGBUILD b/PKGBUILD
index 53a466006a6d..4f033233cffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ provides=('sidef')
conflicts=('sidef')
makedepends=('git' 'perl-module-build')
-depends=('perl>=5.22.0' 'perl-data-dump' 'perl-math-gmpf' 'perl-math-gmpq' 'perl-math-gmpz' 'perl-math-mpfr' 'perl-math-mpc')
+depends=('perl>=5.22.0' 'perl-data-dump' 'perl-math-gmpf' 'perl-math-gmpq' 'perl-math-gmpz' 'perl-math-mpfr>=3.29' 'perl-math-mpc')
source=('git://github.com/trizen/sidef.git')
md5sums=('SKIP')