summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"