summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMort Yao2020-02-11 22:17:13 +0100
committerMort Yao2020-02-11 22:17:13 +0100
commit155f9a86e3774d9944f96271e28cd9d0fb79a4cd (patch)
treed10f90c3b89857a2ba5379459d9fb8edd72661db /PKGBUILD
parent25b3a71286454e5f7d8145aa764d962fc6b1a633 (diff)
downloadaur-ulex-git.tar.gz
ulex-git 20171127-4
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")