summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-18 21:47:53 +0200
committerGoliathLabs2020-05-18 21:47:53 +0200
commit804d0b3167fd1c863d7a1460d82b26218b96daf2 (patch)
tree842c1a45b69e41b3a5c5c8c382aa86800f60c069 /PKGBUILD
parentb5c8919b0694e4617793d502359b6a506ded234a (diff)
downloadaur-ocaml-mascot.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 1487cd8e78a9..dc0f5ea15c84 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-mascot
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Style checker for OCaml sources"
arch=("i686" "x86_64")
url="http://mascot.x9c.fr"
license=('GPL')
depends=('ocaml>=3.12.1')
makedepends=('ocaml-findlib')
-options=("!strip !makeflags")
-source=("http://mascot.x9c.fr/distrib/mascot-$pkgver.tar.gz")
-md5sums=('94a0abe41b9acbc4efa661dc9d7be122')
+options=('!strip' '!makeflags')
+source=("https://mascot.x9c.fr/distrib/mascot-$pkgver.tar.gz")
+sha256sums=('46cbec99e190ab149c9501c23dd4b8ab548f49ce030dd30c0c0afaff547aa350')
install=ocaml-mascot.install