summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:24:05 +0200
committerDaniel Peukert2020-05-18 20:24:05 +0200
commite2b7b938b1dc2469f9ae9ba63fb32ba02e4e45e8 (patch)
tree767849f46f1e8ad7ca53266cb2f6da841751da2a
parent42bf4279f58218a50302f883bc597927835bb2ba (diff)
downloadaur-e2b7b938b1dc2469f9ae9ba63fb32ba02e4e45e8.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c833e31a31cd..129e1a2485cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mew
pkgdesc = A general modal editing engine generator
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/kandu/mew/archive/0.1.0.tar.gz
+ source = ocaml-mew-0.1.0-2.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 8015539c1f01..9a351302e038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='mew'
pkgname="ocaml-$_projectname"
pkgver='0.1.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A general modal editing engine generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"