summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:10:29 +0200
committerDaniel Peukert2020-08-29 18:10:29 +0200
commit071202585395992ef6fcab7f841fb93ab38d2cdd (patch)
tree17f27428733c7b18ece5595a383ce69daa2bc8bb
parent527c8b9753d6103b0c058723877bdfb6fc35edd5 (diff)
downloadaur-071202585395992ef6fcab7f841fb93ab38d2cdd.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380af7b7f826..2b059811105c 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 = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz
+ source = ocaml-mew_vi-0.5.0-2.tar.gz::https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz
sha256sums = a692fa7cdcc9e80fd9387c4f61677776b9fc15f9f7175b4220fcd1a73d1bafda
pkgname = ocaml-mew_vi
diff --git a/PKGBUILD b/PKGBUILD
index 17cea50e3134..7e6306b0c3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew_vi'
pkgname="ocaml-$_projectname"
pkgver='0.5.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Vi-like modal editing engine generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"