summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-07-16 21:20:19 +0200
committerDaniel Peukert2022-07-16 21:20:19 +0200
commitc1cc91b47efd5933cd9686abe40701d9c1c18a6b (patch)
treebcd8864bd37c845bfc0ee2ec3627baa9c8232e26
parentedbbbf49c0ff9a726807637e99de437f9ba835dd (diff)
downloadaur-c1cc91b47efd5933cd9686abe40701d9c1c18a6b.tar.gz
Fix ocaml-uucd ocaml dep version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e47800f7af31..686e241a8cc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = ocaml-uucd
makedepends = ocaml-topkg>=1.0.3
makedepends = opam
makedepends = ocaml-xmlm
- depends = ocaml>=4.03.0
+ depends = ocaml>=4.01.0
options = !strip
source = ocaml-uucd-14.0.0-1.tar.gz::https://github.com/dbuenzli/uucd/archive/v14.0.0.tar.gz
sha512sums = 4f52c83c9eab3a111f917a89b11a39ac46f3b6d63b381c0caaa41a2d68d9271a9d9d844de348e176b3059f8185d0149fd3700fd7faf944787fd506cbc2e02f96
diff --git a/PKGBUILD b/PKGBUILD
index 1b463134854c..197a880cdf74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Unicode character database decoder for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://erratique.ch/software/$_projectname"
license=('ISC')
-depends=('ocaml>=4.03.0')
+depends=('ocaml>=4.01.0')
makedepends=('ocamlbuild' 'ocaml-findlib' 'ocaml-topkg>=1.0.3' 'opam' 'ocaml-xmlm')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/dbuenzli/$_projectname/archive/v$pkgver.tar.gz")