summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:08:18 +0200
committerJakob Gahde2017-06-06 12:08:18 +0200
commit7280f2f52fd07811de065d63557791e78156ebb2 (patch)
treee04f1f9863e322783962dd9fc1fd1c652eda1d63 /PKGBUILD
parentdd463a91ae5fd70efa98b348c0829ff89607eb30 (diff)
downloadaur-ocaml-libocaml_http.tar.gz
ocaml-libocaml_http 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 029c785636fa..0dc0286e6edf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_http
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for HTTP"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_http.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-libocaml_lexing' 'ocaml-libocaml_option' 'ocaml-libocaml_plus' 'ocaml-libocaml_uri')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_http.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')