summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:08:42 +0200
committerDaniel Peukert2022-08-10 22:08:42 +0200
commit4789339f643c6c7c13caa99f8aa06ad215a64ae3 (patch)
tree3325d258794ce2b396c1b164969d151cf41cb52a
parentd3a383faba4bd584aac593fa510f03c784fcd1da (diff)
downloadaur-4789339f643c6c7c13caa99f8aa06ad215a64ae3.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ad1fde69f2f..a658745fe262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/zed
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-zed
depends = ocaml-uucp>=1.1.0
depends = ocaml-uutf
options = !strip
- source = ocaml-zed-3.2.0-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.0.tar.gz
+ source = ocaml-zed-3.2.0-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.0.tar.gz
sha512sums = 33a7bc450564a4a368bc76939e44e0be87cb25502d9f659b7f7dbb5bbdc48ef713f37d3d5b29885f950309febf3b77e6753b337b91917353abc655e7a35327e9
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index ed8400cefd55..21c0e88267b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='zed'
pkgname="ocaml-$_projectname"
pkgver='3.2.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"