summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08564ef42782..6bb828c0e220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 10:12:13 UTC 2016
+# Tue Jun 6 12:36:22 UTC 2017
pkgbase = ocaml-re
pkgdesc = Pure OCaml regular expressions, with support for Perl and POSIX-style strings
pkgver = 1.7.1
diff --git a/PKGBUILD b/PKGBUILD
index 54b5294bc5d9..b8ac85c6f6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgver=1.7.1
pkgrel=1
pkgdesc="Pure OCaml regular expressions, with support for Perl and POSIX-style strings"
arch=('i686' 'x86_64')
-depends=('ocaml')
-makedepends=('ocamlbuild' 'ocaml-findlib')
url="https://github.com/ocaml/ocaml-re"
license=('LGPL')
+depends=('ocaml')
+makedepends=('ocamlbuild' 'ocaml-findlib')
options=('!strip')
source=("https://github.com/ocaml/ocaml-re/archive/${pkgver}.tar.gz")
sha256sums=('eb18382d63459b0a4065315ce6fef854bc99152aec2b557bb8a43e664e6679e8')