summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698220a35548..9c429a19f6d2 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.1.0.tar.gz
+ source = ocaml-zed-3.1.0-3.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 45d934a84463..a7a6054d2224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
# Contributor: wenLiangcan <boxeed at gmail dot com>
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='zed'
pkgname="ocaml-$_projectname"
pkgver='3.1.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Abstract engine for text edition in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"