summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:10:30 +0200
committerJakob Gahde2017-06-06 12:10:30 +0200
commit70823be93c958be342a92bfe21aad9c9f94ee329 (patch)
treeffa9be91b2128b4ce7b72a5fed49b6e6488c5137 /PKGBUILD
parent156933ac790918c56a1b9b4d0624689d11a99a93 (diff)
downloadaur-ocaml-libocaml_ipv6_address.tar.gz
ocaml-libocaml_ipv6_address 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 81999c18d2aa..ed591d6d5731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_ipv6_address
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for IPv6 addresses"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_ipv6_address.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-libocaml_exception' 'ocaml-libocaml_lexing')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_ipv6_address.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')