summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:07:16 +0200
committerJakob Gahde2017-06-06 12:07:16 +0200
commit8916e1da3e6dec30a24133a30cd1d519722c83bf (patch)
treecc296f697530f5d96300259b4319972b4f047d4f /PKGBUILD
parentb77d5dde824fa743683170079a7f9afe89f57d89 (diff)
downloadaur-ocaml-libocaml_exception.tar.gz
ocaml-libocaml_exception 2014.08.08-1: PKGBUILD formatting tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7bd08af5c47..6835a9208648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_exception
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for statically-typed exceptions"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_exception.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-lwt')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_exception.git#tag=v${pkgver//./-}"
"git://git.autogeree.net/~julm/libocaml_make.git#tag=v2014-08-08"
"git://git.autogeree.net/~julm/tool/pkg.git#tag=v2014-08-07")
-options=('!strip')
md5sums=('SKIP'
'SKIP'
'SKIP')