summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:40:35 +0200
committerDaniel Peukert2021-07-31 15:40:35 +0200
commit91608bba4506e9c66cec70f2a5ac2b66e5e98907 (patch)
treeb1f88b595611454df75a8d4c52bee7ac9288faf9
parent9ed271875cf7a0c2adfdbf9bcc535f6735711743 (diff)
downloadaur-91608bba4506e9c66cec70f2a5ac2b66e5e98907.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a723caf2f3e7..e1cc4166e593 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_tools
pkgdesc = Tools for authors of ppx rewriters and other syntactic tools
pkgver = 6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppx_tools
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-ppx_tools
makedepends = dune>=1.6.0
depends = ocaml>=4.08.0
options = !strip
- source = ocaml-ppx_tools-6.3-1.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.3.tar.gz
+ source = ocaml-ppx_tools-6.3-2.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.3.tar.gz
sha256sums = 5a216b2b41583080798cdbd7bb65d3cdfe8d15c205465e27de96e2688c3a2291
pkgname = ocaml-ppx_tools
diff --git a/PKGBUILD b/PKGBUILD
index 4d56631ebbec..4889bad04840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
pkgver='6.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Tools for authors of ppx rewriters and other syntactic tools'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"