summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:12:06 +0200
committerJakob Gahde2017-06-06 12:12:06 +0200
commited3f69fd4510561092436ea7de1c158b8e65bb21 (patch)
treec7b53949b9f4c82c47d9a29f4a3d3b9e357f726d
parent65446d75f447a9fce0dce7a3b3bd8725f2d70d01 (diff)
downloadaur-ed3f69fd4510561092436ea7de1c158b8e65bb21.tar.gz
ocaml-libocaml_lexing 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 206b9c385d91..99c37c15aa8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 03:02:52 UTC 2016
+# Tue Jun 6 10:11:23 UTC 2017
pkgbase = ocaml-libocaml_lexing
pkgdesc = OCaml library for continuation-passing style lexing
pkgver = 2014.08.08
diff --git a/PKGBUILD b/PKGBUILD
index 62fbbc1985f9..17a8eb2b6d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_lexing
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for continuation-passing style lexing"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_lexing.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-libocaml_exception')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_lexing.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')