summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2018-01-25 17:24:24 +0100
committerOliver Bandel2018-01-25 17:24:24 +0100
commitfdf0b9b264e0aa38edfc4448beada3b3a177b625 (patch)
treea6d006cb223f55d3afec128bf98e0be0ed3f23a4 /PKGBUILD
parent2deef5a17ac934a35365af529f9818bde709520e (diff)
downloadaur-zarith.tar.gz
Zarith 1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d9e1ad30382..ce30cb403279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: calimeroteknik@free.fr
pkgname=zarith
-pkgver=1.5
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc='Implements arithmetic and logical operations over arbitrary-precision integers and rational numbers'
arch=(x86_64 i686)
url='https://github.com/ocaml/Zarith'
@@ -12,7 +12,8 @@ license=('GPL2')
depends=('gmp')
makedepends=('ocaml>=3.12.1' 'ocaml-findlib' )
source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
-md5sums=('2b037ad0e8145bf62979ea96e7a0ce24')
+md5sums=('80944e2755ebb848451a77dc2ad0651b')
+sha256sums=('d641bb66d04461111b75f2fc37ad1eec764dcf326d98a51ac078695baea2ab3a')
build() {
cd Zarith-release-${pkgver}