summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:46:09 +0200
committerGoliathLabs2020-05-18 21:46:09 +0200
commitc03efa1265ebd35a917f706470ef84ab59f4de4b (patch)
treef7e9ff66f73fe1fd290b142404984bec9668d999 /PKGBUILD
parent4b16a904a06d052a7b35d8c691f1d7b0b2fba83f (diff)
downloadaur-ocaml-kaputt.tar.gz
Updated: ocaml 4.10.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 935259484a13..ff749765b1b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Serge Zirukin <ftrvxmtrx@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
# Contributor: Sergei Lebedev <superbobry@gmail.com>
pkgname=ocaml-kaputt
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Unit testing tool for OCaml"
arch=('i686' 'x86_64')
-url=("http://kaputt.x9c.fr")
+url="http://kaputt.x9c.fr"
license=('GPLv3')
depends=('ocaml')
makedepends=('ocaml-findlib')
_pkgname=kaputt
-source=(http://kaputt.x9c.fr/distrib/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('b55c1a7d72d9c04c7ad076c6230b5dfd')
+source=("https://kaputt.x9c.fr/distrib/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('19dae1ade0afff7f0f5f3e116793d35ced4c3cdb8f7a7cb1e5c599d2cc827039')
build () {
cd "${srcdir}/${_pkgname}-${pkgver}"