summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:14:10 +0200
committerJakob Gahde2017-06-06 14:14:10 +0200
commitca2d7e7b9864d1aecd8f9e81ba915ce07068fa17 (patch)
tree384e73c3fee3f2844d04f4a884f308c401fa14ca
parentfc514eaa00eb7d9ea047aad29ef97a9ecf7d357d (diff)
downloadaur-ca2d7e7b9864d1aecd8f9e81ba915ce07068fa17.tar.gz
ocaml-ppx_assert 113.33.03-1: PKGBUILD formatting tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56b8928542c3..e30fc3697922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 11:35:12 UTC 2016
+# Tue Jun 6 12:13:48 UTC 2017
pkgbase = ocaml-ppx_assert
pkgdesc = Assert-like extension nodes that raise useful errors on failure
pkgver = 113.33.03
diff --git a/PKGBUILD b/PKGBUILD
index 2778926a1a59..009b16f78c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-ppx_assert
pkgver=113.33.03
pkgrel=1
-license=('Apache')
-arch=('i686' 'x86_64')
pkgdesc="Assert-like extension nodes that raise useful errors on failure"
+arch=('i686' 'x86_64')
url="https://github.com/janestreet/ppx_assert"
+license=('Apache')
depends=('ocaml' 'ocaml-ppx_compare' 'ocaml-ppx_core' 'ocaml-ppx_driver' 'ocaml-ppx_here' 'ocaml-ppx_sexp_conv' 'ocaml-ppx_tools' 'ocaml-ppx_type_conv' 'ocaml-sexplib')
makedepends=('ocaml-findlib' 'ocaml-js-build-tools' 'opam')
+options=('!strip' '!emptydirs')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+\.[0-9]+").tar.gz"
"libdir.patch"
"exedir.patch")
-options=('!strip' '!emptydirs')
md5sums=('4da98302d2827397b6330451d44cd3e2'
'7f0a951f1ac87385272ea7a6dd58762a'
'3f9ce9a72b72a54df6c1b54cdd24b110')