summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:35:38 +0200
committerDaniel Peukert2020-05-18 20:35:38 +0200
commit83d5bac109111c4ea3f4680a6f34f4ff158a701b (patch)
treea9b3ec6c649469fe4b52df7299c28e2dc845b8ef
parenta3e27b7688754361c5432a2bdbc6f4c20ff2f2d5 (diff)
downloadaur-83d5bac109111c4ea3f4680a6f34f4ff158a701b.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf8191891fac..e43431c7c2e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/zed
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-zed
depends = ocaml-react
depends = ocaml-charinfo_width>=1.1.0
options = !strip
- source = ocaml-zed-3.0.1-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.0.1.tar.gz
+ source = ocaml-zed-3.0.1-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.0.1.tar.gz
sha256sums = 35eefce0e35b10894bbae6c903758f3ab25363aadd605fb7dcdbc53aac5580f7
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index 0b88882737f6..bb7b40b8f048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='zed'
pkgname="ocaml-$_projectname"
pkgver='3.0.1'
-pkgrel='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"