summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-07-16 20:57:59 +0200
committerDaniel Peukert2022-07-16 20:57:59 +0200
commitd3a383faba4bd584aac593fa510f03c784fcd1da (patch)
tree3cb2d11d2a98d9f66f74ae0ed0f6e031479e9c2d /PKGBUILD
parent8206fa02e35f73d97ef617e2b2df4780f1adf7a8 (diff)
downloadaur-d3a383faba4bd584aac593fa510f03c784fcd1da.tar.gz
Update ocaml-zed to 3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12208dcfc0f1..ed8400cefd55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='zed'
pkgname="ocaml-$_projectname"
-pkgver='3.1.0'
-pkgrel='4'
+pkgver='3.2.0'
+pkgrel='1'
pkgdesc='Abstract engine for text edition in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
-depends=('ocaml>=4.02.3' 'ocaml-camomile>=1.0.1' 'ocaml-react' 'ocaml-charinfo_width>=1.1.0')
-makedepends=('dune>=1.1.0')
+depends=('ocaml>=4.02.3' 'ocaml-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=1.1.0' 'ocaml-uutf')
+makedepends=('dune>=3.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('d4457af15f970adb7b1ed543017e590fa0ecc47171d6dd520a1397f21ce0219caa30a9db7bedb76c0602d4f6d0f0684012cc33feafe18b848d3261a460dea10a')
+sha512sums=('33a7bc450564a4a368bc76939e44e0be87cb25502d9f659b7f7dbb5bbdc48ef713f37d3d5b29885f950309febf3b77e6753b337b91917353abc655e7a35327e9')
_sourcedirectory="$_projectname-$pkgver"