summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:56:43 +0200
committerDaniel Peukert2022-08-10 21:56:43 +0200
commitcdb2109c79560cb4d3685eced5685a8e6bb1e996 (patch)
tree8a13d4bbe466ac4670032891236a3721ef9e9226
parentf0ef240713b9c4448e2066726ca0e478e815e4cb (diff)
downloadaur-cdb2109c79560cb4d3685eced5685a8e6bb1e996.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 fdea240182b4..a2071741dedf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mew_vi
pkgdesc = Vi-like modal editing engine generator
pkgver = 0.5.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/kandu/mew_vi
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-mew_vi
depends = ocaml-mew>=0.1.0
depends = ocaml-react
options = !strip
- source = ocaml-mew_vi-0.5.0-4.tar.gz::https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz
+ source = ocaml-mew_vi-0.5.0-5.tar.gz::https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz
sha512sums = f6ee1375ceee60ccae1799d07a8bc55684fdbffc2275147ef19cf3c7d242663764e6630b9423287a78efacba17f410971e3fc397d202effb331f94dc00797eb0
pkgname = ocaml-mew_vi
diff --git a/PKGBUILD b/PKGBUILD
index 79e5dada3982..ba77ae432b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew_vi'
pkgname="ocaml-$_projectname"
pkgver='0.5.0'
-pkgrel='4'
+pkgrel='5'
pkgdesc='Vi-like modal editing engine generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"