summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:08:18 +0200
committerJakob Gahde2017-06-06 12:08:18 +0200
commit7280f2f52fd07811de065d63557791e78156ebb2 (patch)
treee04f1f9863e322783962dd9fc1fd1c652eda1d63
parentdd463a91ae5fd70efa98b348c0829ff89607eb30 (diff)
downloadaur-7280f2f52fd07811de065d63557791e78156ebb2.tar.gz
ocaml-libocaml_http 2014.08.08-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 3902e49de907..4b42b19032a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 03:47:47 UTC 2016
+# Tue Jun 6 10:07:49 UTC 2017
pkgbase = ocaml-libocaml_http
pkgdesc = OCaml library for HTTP
pkgver = 2014.08.08
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')