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 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"