summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25a100b58dd..60c3b967c9f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 01:51:03 UTC 2016
+# Tue Jun 6 10:06:40 UTC 2017
pkgbase = ocaml-libocaml_exception
pkgdesc = OCaml library for statically-typed exceptions
pkgver = 2014.08.08
diff --git a/PKGBUILD b/PKGBUILD
index b7bd08af5c47..6835a9208648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=ocaml-libocaml_exception
pkgver=2014.08.08
pkgrel=1
-license=('GPL3')
-arch=('i686' 'x86_64')
pkgdesc="OCaml library for statically-typed exceptions"
+arch=('i686' 'x86_64')
url="http://git.grenouille.com/?p=libocaml_exception.git"
+license=('GPL3')
depends=('ocaml' 'ocaml-lwt')
makedepends=('git' 'ocaml-findlib')
+options=('!strip')
source=("git://git.autogeree.net/~julm/libocaml_exception.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')