summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2021-03-09 19:31:07 +0100
committerMatěj Grabovský2021-03-09 19:31:07 +0100
commit0c2d22e5cf00e752791f7cb23c880c0a682ea55e (patch)
tree72043902986d10d9e8c73b34836afcc14cd7323c
parent4d31e77a789b839a4a7a37d97ea7b2bd674366c7 (diff)
downloadaur-0c2d22e5cf00e752791f7cb23c880c0a682ea55e.tar.gz
Repair dependencies
Add missing dependency on ocaml-uchar and buil dep on dune.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80488e50a2e7..154c87a8ce72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Mar 1 11:30:16 UTC 2021
+# Tue Mar 9 18:29:37 UTC 2021
pkgbase = ocaml-sedlex
pkgdesc = Unicode-friendly OCaml lexer generator
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/sedlex
arch = i686
arch = x86_64
license = MIT
+ makedepends = dune>=1.8.0
depends = ocaml>=4.04
depends = ocaml-gen
depends = ocaml-ppxlib>=0.18.0
+ depends = ocaml-uchar
options = !strip
options = !makeflags
source = https://github.com/alainfrisch/sedlex/archive/v2.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f20187ccfa3a..c286b3f66f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
# Contributor: Daniel Peukert <dan.peukert@gmail.com>
pkgname=ocaml-sedlex
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc='Unicode-friendly OCaml lexer generator'
license=('MIT')
arch=('i686' 'x86_64')
url='https://github.com/ocaml-community/sedlex'
depends=('ocaml>=4.04'
'ocaml-gen'
- 'ocaml-ppxlib>=0.18.0')
+ 'ocaml-ppxlib>=0.18.0'
+ 'ocaml-uchar')
+makedepends=('dune>=1.8.0')
source=("https://github.com/alainfrisch/sedlex/archive/v${pkgver}.tar.gz")
options=(!strip !makeflags)
sha256sums=('f9b090eb5e583b40b0ce89f15b94e87bdc933b5652c7afc0b652a6ae227a0f58')