summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 328b8e174965..4ffc54ba0e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ulex-git
pkgver=20171127
-pkgrel=3
+pkgrel=4
pkgdesc="ulex is a lexer generator for Unicode and OCaml"
url="https://github.com/whitequark/ulex"
arch=(x86_64)
license=('GPL')
-depends=('ocaml' 'camlp4' 'ocamlbuild' 'ocaml-findlib')
-makedepends=()
+depends=('ocaml' 'camlp4')
+makedepends=('ocamlbuild' 'ocaml-findlib')
provides=('ulex')
conflicts=('ulex')
source=("${pkgname}::git://github.com/whitequark/ulex.git")