summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:10:05 +0200
committerDaniel Peukert2020-08-29 18:10:05 +0200
commit814ba3d354057ca128eb979dd750473dfb1097d1 (patch)
tree8603bc7c003c030c3697ef8248ed29e746724a46
parente2b7b938b1dc2469f9ae9ba63fb32ba02e4e45e8 (diff)
downloadaur-814ba3d354057ca128eb979dd750473dfb1097d1.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 129e1a2485cb..3ba7a4bb4a18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mew
pkgdesc = A general modal editing engine generator
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kandu/mew
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-mew
depends = ocaml-result
depends = ocaml-trie
options = !strip
- source = ocaml-mew-0.1.0-2.tar.gz::https://github.com/kandu/mew/archive/0.1.0.tar.gz
+ source = ocaml-mew-0.1.0-3.tar.gz::https://github.com/kandu/mew/archive/0.1.0.tar.gz
sha256sums = 64d38ceb52ef574cb314bdd693f7e4a9c9e483e80a58595db22f2df76a8a59e6
pkgname = ocaml-mew
diff --git a/PKGBUILD b/PKGBUILD
index 9a351302e038..589558731272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew'
pkgname="ocaml-$_projectname"
pkgver='0.1.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A general modal editing engine generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"