summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:59:08 +0200
committerDaniel Peukert2023-05-22 12:59:08 +0200
commita0af222cc8252338229f7c1ec48f98df59624743 (patch)
treeb896989c1e5c7f5eec3b2d8d700845aef81e7f5b
parent2981322190b9255306e2d17f618a59325773f5aa (diff)
downloadaur-a0af222cc8252338229f7c1ec48f98df59624743.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 77ca6724cdf1..3e6e3d25b3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mew
pkgdesc = A general modal editing engine generator
pkgver = 0.1.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/kandu/mew
arch = x86_64
arch = i486
@@ -16,7 +16,7 @@ pkgbase = ocaml-mew
depends = ocaml-result
depends = ocaml-trie
options = !strip
- source = ocaml-mew-0.1.0-6.tar.gz::https://github.com/kandu/mew/archive/0.1.0.tar.gz
+ source = ocaml-mew-0.1.0-7.tar.gz::https://github.com/kandu/mew/archive/0.1.0.tar.gz
sha512sums = 77a68f6dc9f3edc729384d59247a29f32f969dc6d987ed2e6c88b9a64b655822dafa9c3cb424bf40e6cf9ed20cddf9c708738872db245f14a711770e8e938db3
pkgname = ocaml-mew
diff --git a/PKGBUILD b/PKGBUILD
index cbc7681e89cf..5982fa41f837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew'
pkgname="ocaml-$_projectname"
pkgver='0.1.0'
-pkgrel='6'
+pkgrel='7'
pkgdesc='A general modal editing engine generator'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"