summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-07-16 20:57:59 +0200
committerDaniel Peukert2022-07-16 20:57:59 +0200
commitd3a383faba4bd584aac593fa510f03c784fcd1da (patch)
tree3cb2d11d2a98d9f66f74ae0ed0f6e031479e9c2d
parent8206fa02e35f73d97ef617e2b2df4780f1adf7a8 (diff)
downloadaur-d3a383faba4bd584aac593fa510f03c784fcd1da.tar.gz
Update ocaml-zed to 3.2.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cca3d5b3c10..2ad1fde69f2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
- pkgver = 3.1.0
- pkgrel = 4
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/ocaml-community/zed
arch = x86_64
arch = i686
@@ -10,13 +10,16 @@ pkgbase = ocaml-zed
arch = armv7h
arch = aarch64
license = BSD
- makedepends = dune>=1.1.0
+ makedepends = dune>=3.0.0
depends = ocaml>=4.02.3
- depends = ocaml-camomile>=1.0.1
depends = ocaml-react
- depends = ocaml-charinfo_width>=1.1.0
+ depends = ocaml-result
+ depends = ocaml-uchar
+ depends = ocaml-uuseg
+ depends = ocaml-uucp>=1.1.0
+ depends = ocaml-uutf
options = !strip
- source = ocaml-zed-3.1.0-4.tar.gz::https://github.com/ocaml-community/zed/archive/3.1.0.tar.gz
- sha512sums = d4457af15f970adb7b1ed543017e590fa0ecc47171d6dd520a1397f21ce0219caa30a9db7bedb76c0602d4f6d0f0684012cc33feafe18b848d3261a460dea10a
+ source = ocaml-zed-3.2.0-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.0.tar.gz
+ sha512sums = 33a7bc450564a4a368bc76939e44e0be87cb25502d9f659b7f7dbb5bbdc48ef713f37d3d5b29885f950309febf3b77e6753b337b91917353abc655e7a35327e9
pkgname = ocaml-zed
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"