summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:39:11 +0200
committerDaniel Peukert2021-07-31 15:39:11 +0200
commit4b2fa8d5bd628aeeae6de56222613d4f8202989d (patch)
tree3b7173623295fbf0d7b8a77ea72e09dc2cc167ef
parentca6e228ec16077ecf82d147505aca4b040ae98db (diff)
downloadaur-4b2fa8d5bd628aeeae6de56222613d4f8202989d.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a07c0b2f837..445d85d9692f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_jane
pkgdesc = Standard Jane Street ppx rewriters
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/janestreet/ppx_jane/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_jane-1:0.14.0-3.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 43225c2c1020..5f1151923264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_jane'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Standard Jane Street ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')