summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-11-10 15:33:27 +0100
committerDaniel Peukert2022-11-10 15:33:27 +0100
commitf08b3aaf824b42cb7e6cb58fe804e99875222939 (patch)
treefac3b483584a6d8375cb998a0bdc52521cd87017
parent4789339f643c6c7c13caa99f8aa06ad215a64ae3 (diff)
downloadaur-f08b3aaf824b42cb7e6cb58fe804e99875222939.tar.gz
Update ocaml-zed to 3.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a658745fe262..fc7ab6866d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 2
url = https://github.com/ocaml-community/zed
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = ocaml-zed
depends = ocaml-result
depends = ocaml-uchar
depends = ocaml-uuseg
- depends = ocaml-uucp>=1.1.0
+ depends = ocaml-uucp>=2.0.0
depends = ocaml-uutf
options = !strip
- source = ocaml-zed-3.2.0-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.0.tar.gz
- sha512sums = 33a7bc450564a4a368bc76939e44e0be87cb25502d9f659b7f7dbb5bbdc48ef713f37d3d5b29885f950309febf3b77e6753b337b91917353abc655e7a35327e9
+ source = ocaml-zed-3.2.1-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.1.tar.gz
+ sha512sums = a1de65684d04d5d44ca4396365c98bfa070cf7c78318b53c3ad3ecca2b411450158ef7644b235490d879b37fe983f1707fef527b69af0c2958e45fd1e7a30f11
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index 21c0e88267b8..9e8cc8c5dcbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='zed'
pkgname="ocaml-$_projectname"
-pkgver='3.2.0'
+pkgver='3.2.1'
pkgrel='2'
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-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=1.1.0' 'ocaml-uutf')
+depends=('ocaml>=4.02.3' 'ocaml-react' 'ocaml-result' 'ocaml-uchar' 'ocaml-uuseg' 'ocaml-uucp>=2.0.0' 'ocaml-uutf')
makedepends=('dune>=3.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('33a7bc450564a4a368bc76939e44e0be87cb25502d9f659b7f7dbb5bbdc48ef713f37d3d5b29885f950309febf3b77e6753b337b91917353abc655e7a35327e9')
+sha512sums=('a1de65684d04d5d44ca4396365c98bfa070cf7c78318b53c3ad3ecca2b411450158ef7644b235490d879b37fe983f1707fef527b69af0c2958e45fd1e7a30f11')
_sourcedirectory="$_projectname-$pkgver"