summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-04-26 00:50:30 +0200
committerDaniel Peukert2020-04-26 00:50:30 +0200
commita7b015d068e8c42746e8451ec5d1e56999133541 (patch)
tree06e715b42f6780d3761387c63e9053f970667164
parentf954656e732d0ec9fa032e04633fadae422b610f (diff)
downloadaur-a7b015d068e8c42746e8451ec5d1e56999133541.tar.gz
Updated ocaml-zed to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a47444b9e0b7..1da94a30c56c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
- pkgver = 2.0.7
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/ocaml-community/zed
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ocaml-zed
depends = ocaml-react
depends = ocaml-charinfo_width>=1.1.0
options = !strip
- source = ocaml-zed-2.0.7-1.tar.gz::https://github.com/ocaml-community/zed/archive/2.0.7.tar.gz
- sha256sums = 21f333604c54ac9ab324e3174218f5a1aaa4bb391abe1b5544a51f292e147929
+ source = ocaml-zed-3.0.0-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.0.0.tar.gz
+ sha256sums = 2db91de8b14da2193b25ee672d0d57eaf6623a53b6dace645fbdda2bfdf456b9
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index 3f7c8966e0d6..a80607c19fe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='zed'
pkgname="ocaml-$_projectname"
-pkgver='2.0.7'
+pkgver='3.0.0'
pkgrel='1'
pkgdesc='Abstract engine for text edition in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ depends=('ocaml>=4.02.3' 'ocaml-camomile>=1.0.1' 'ocaml-react' 'ocaml-charinfo_w
makedepends=('dune>=1.1.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('21f333604c54ac9ab324e3174218f5a1aaa4bb391abe1b5544a51f292e147929')
+sha256sums=('2db91de8b14da2193b25ee672d0d57eaf6623a53b6dace645fbdda2bfdf456b9')
_sourcedirectory="$_projectname-$pkgver"