summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2017-01-25 15:01:48 +0100
committerOliver Bandel2017-01-25 15:01:48 +0100
commit3fb8b3d15dac519c004796ff0d8c3b740e46799c (patch)
treed873082700d0006cebc65f4525146e6b13feaa64
parentbedae23b734535959e00cece76a92abe3af0b4c8 (diff)
downloadaur-3fb8b3d15dac519c004796ff0d8c3b740e46799c.tar.gz
makedepends now changed to ocaml 3.12.1
Reason (from github-README.md): "Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). This requires OCaml version 3.12.1 or later, though."
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0151e2a7ff8b..96ac148e12c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = zarith
pkgdesc = Implements arithmetic and logical operations over arbitrary-precision integers and rational numbers
pkgver = 1.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml/Zarith
arch = x86_64
arch = i686
license = GPL2
- makedepends = ocaml>=3.08
+ makedepends = ocaml>=3.12.1
depends = gmp
source = https://github.com/ocaml/Zarith/archive/release-1.4.1.tar.gz
md5sums = 6b4886b457c1ee8c28763fe26cff9e48
diff --git a/PKGBUILD b/PKGBUILD
index fd4948ae10f2..68eb98604c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Olivr Bandel <oliver@first.in-berlin.de>
+# Maintainer: Oliver Bandel <oliver@first.in-berlin.de>
# Submitter: Morgan Howe <mthowe@gmail.com>
# Contributor: calimeroteknik@free.fr
pkgname=zarith
pkgver=1.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Implements arithmetic and logical operations over arbitrary-precision integers and rational numbers'
arch=(x86_64 i686)
url='https://github.com/ocaml/Zarith'
license=('GPL2')
depends=('gmp')
-makedepends=('ocaml>=3.08')
+makedepends=('ocaml>=3.12.1')
source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
md5sums=('6b4886b457c1ee8c28763fe26cff9e48')