summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:15:03 +0200
committerJakob Gahde2017-06-06 12:15:03 +0200
commite1a252b5a7c8dc5c843eeaa17c7d0084322a7a5e (patch)
tree81bf51939b362306430c7f5551e5399c7ca28689
parent540da69f55a28920b60d253723b6f99682e96a4f (diff)
downloadaur-e1a252b5a7c8dc5c843eeaa17c7d0084322a7a5e.tar.gz
ocaml-libocaml_uri 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 40edbbb639e7..fb202bf5ec26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 03:43:50 UTC 2016
+# Tue Jun 6 10:14:42 UTC 2017
pkgbase = ocaml-libocaml_uri
pkgdesc = OCaml library for URI
pkgver = 2014.08.08
diff --git a/PKGBUILD b/PKGBUILD
index 49c3e3decc5f..f655edbaccad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_uri
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for URI"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_uri.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-libocaml_exception' 'ocaml-libocaml_ipv4_address')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_uri.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')