summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:34:27 +0200
committerDaniel Peukert2020-08-30 21:34:27 +0200
commita561562d4258e3ceddf7046516cb4c29158c960c (patch)
treee6e1b5c2650d3d42e681bb026c0f60e84ba84951
parent303742fc97b3e535b2a2263cda0abcdfd65c9b31 (diff)
downloadaur-a561562d4258e3ceddf7046516cb4c29158c960c.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7e5c51fc959..698220a35548 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 = 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.1.0-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.1.0.tar.gz
+ source = ocaml-zed-3.1.0-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.1.0.tar.gz
sha256sums = c387b0496c34c7eb680999e751525992e3e636a803297480ef004498887625fd
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index 54f1310a0136..45d934a84463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='zed'
pkgname="ocaml-$_projectname"
pkgver='3.1.0'
-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"