summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Errington2016-02-16 00:31:15 -0500
committerJacob Errington2016-02-16 00:31:15 -0500
commit3de9aba91f608f087d8b80e276d059e4aa892f58 (patch)
treeefaacc2d084d5ba15b6effea5934b8ca0252886c
parentb4ed232510780decacde9cc63415f89f07ce3daa (diff)
downloadaur-3de9aba91f608f087d8b80e276d059e4aa892f58.tar.gz
fix depends array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e2b5d21574..541165a47e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 05:28:55 UTC 2016
+# Tue Feb 16 05:31:03 UTC 2016
pkgbase = ulex
pkgdesc = ulex is a lexer generator for Unicode and OCaml
pkgver = 1.1
@@ -7,7 +7,8 @@ pkgbase = ulex
url = http://www.cduce.org/
arch = x86_64
license = GPL
- depends = ocaml camlp4
+ depends = ocaml
+ depends = camlp4
provides = ulex
conflicts = ulex
source = http://www.cduce.org/download/ulex-1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7f5e7923e5ad..e41446f29f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=(x86_64)
url="http://www.cduce.org/"
license=('GPL')
groups=()
-depends=('ocaml camlp4')
+depends=('ocaml' 'camlp4')
makedepends=()
checkdepends=()
optdepends=()