summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-07-05 22:26:20 +0200
committerDaniel Peukert2023-07-05 22:26:20 +0200
commitb063779e590a8b0931a1c60e83e44a604d947eda (patch)
treec6583dbd6556df2836dd0c964ac7b44777cc1abc
parentc2c2799a2b9bc103f9283da94a8a722c59fbfc40 (diff)
downloadaur-b063779e590a8b0931a1c60e83e44a604d947eda.tar.gz
Update flow to 0.211.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aac17c3044b2..ef03bc19a180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flow-git
pkgdesc = A static type checker for JavaScript - git version
- pkgver = 0.210.1.r16210.g91277a006
+ pkgver = 0.211.0.r16252.gd4c507bbe
pkgrel = 1
url = https://flow.org
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = flow-git
makedepends = ocaml-ppx_deriving
makedepends = ocaml-ppx_gen_rec
makedepends = ocaml-ppx_let>=0.14.0
- makedepends = ocaml-ppxlib
+ makedepends = ocaml-ppxlib>=0.28.0
makedepends = ocaml-visitors
makedepends = ocaml-wtf8
provides = flow
diff --git a/PKGBUILD b/PKGBUILD
index 1c9f5c614ad3..02fcb49c557b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
_pkgname='flow'
pkgname="$_pkgname-git"
-pkgver='0.210.1.r16210.g91277a006'
+pkgver='0.211.0.r16252.gd4c507bbe'
pkgrel='1'
pkgdesc='A static type checker for JavaScript - git version'
# If you're running on aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'aarch64')
url="https://$_pkgname.org"
license=('MIT')
-makedepends=('git' 'ocaml>=4.14.0' 'camlp-streams' 'dune>=3.0.0' 'ocaml-base>=0.14.1' 'ocaml-core_kernel>=0.14.1' 'ocaml-dtoa>=0.3.2' 'ocaml-fileutils>=0.6.3' 'ocaml-inotify>=2.4.1' 'ocaml-lwt>=5.4.0' 'ocaml-lwt_log>=1.1.1' 'ocaml-ppx_deriving' 'ocaml-ppx_gen_rec' 'ocaml-ppx_let>=0.14.0' 'ocaml-ppxlib' 'ocaml-visitors' 'ocaml-wtf8')
+makedepends=('git' 'ocaml>=4.14.0' 'camlp-streams' 'dune>=3.0.0' 'ocaml-base>=0.14.1' 'ocaml-core_kernel>=0.14.1' 'ocaml-dtoa>=0.3.2' 'ocaml-fileutils>=0.6.3' 'ocaml-inotify>=2.4.1' 'ocaml-lwt>=5.4.0' 'ocaml-lwt_log>=1.1.1' 'ocaml-ppx_deriving' 'ocaml-ppx_gen_rec' 'ocaml-ppx_let>=0.14.0' 'ocaml-ppxlib>=0.28.0' 'ocaml-visitors' 'ocaml-wtf8')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(