summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:59:15 +0200
committerDaniel Peukert2023-05-22 12:59:15 +0200
commit5b0755885ac4bfd09b40412d61b038e3d38fdb62 (patch)
tree28a95a773fd8011fb4e0434c1d13d8fb555b1ab5
parent029cacf2feaf66a712bf64ae83e24d13ebb0a52d (diff)
downloadaur-5b0755885ac4bfd09b40412d61b038e3d38fdb62.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d72041140b..3364e7cadf6a 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 = 5
+ pkgrel = 6
url = https://github.com/kandu/mew_vi
arch = x86_64
arch = i486
@@ -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-5.tar.gz::https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz
+ source = ocaml-mew_vi-0.5.0-6.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 a0fefd6e36fc..7f951be98cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew_vi'
pkgname="ocaml-$_projectname"
pkgver='0.5.0'
-pkgrel='5'
+pkgrel='6'
pkgdesc='Vi-like modal editing engine generator'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"