summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:21:50 +0200
committerDaniel Peukert2020-08-30 21:21:50 +0200
commitca6e228ec16077ecf82d147505aca4b040ae98db (patch)
treee6280ae557bb29b36eb1708f56534087656d3c7e
parent2ba1ab1fed2a6268c65b3c228ee1f54e164c0c20 (diff)
downloadaur-ca6e228ec16077ecf82d147505aca4b040ae98db.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 43f85b049cfd..4a07c0b2f837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_jane
pkgdesc = Standard Jane Street ppx rewriters
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_jane
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = ocaml-ppx_jane
depends = ocaml-ppx_variants_conv>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_jane-1:0.14.0-1.tar.gz::https://github.com/janestreet/ppx_jane/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_jane-1:0.14.0-2.tar.gz::https://github.com/janestreet/ppx_jane/archive/v0.14.0.tar.gz
sha256sums = fc0d1aaa9ff120eef1eeed5c2fcfb406b27c6ef865439dfeac38cce181d0c771
pkgname = ocaml-ppx_jane
diff --git a/PKGBUILD b/PKGBUILD
index 81d3a4457021..43225c2c1020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_jane'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Standard Jane Street ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')