summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:26:47 +0200
committerDaniel Peukert2020-08-30 21:26:47 +0200
commitbd4883c6bcffce0f482ae0723d935dba51f15fb6 (patch)
treefbb778d917ec5d1c6b6404678c48d2e802bc140c
parent993f5fb948736fbd290e5cefd26ad25d68fcf40b (diff)
downloadaur-bd4883c6bcffce0f482ae0723d935dba51f15fb6.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 fced8ee89ba0..fff8e78f2020 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.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppx_tools
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-ppx_tools
makedepends = dune>=1.6.0
depends = ocaml>=4.08.0
options = !strip
- source = ocaml-ppx_tools-6.2-1.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.2.tar.gz
+ source = ocaml-ppx_tools-6.2-2.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.2.tar.gz
sha256sums = 59e47d43b09b81c1349cb51a56eba7a91e2ba4935bae577605266af44a8bda10
pkgname = ocaml-ppx_tools
diff --git a/PKGBUILD b/PKGBUILD
index 91b194870f71..2ef9fdbff454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
pkgver='6.2'
-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"