summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:37:34 +0200
committerDaniel Peukert2021-07-31 15:37:34 +0200
commit4b18dcc116ac1af9496a2b27fa32a6cc2c244917 (patch)
tree33b9e42247724016782ea16b636a0600833c2a08
parent0683d9a3e2fe9e74103997cc70b13c5637b9006b (diff)
downloadaur-4b18dcc116ac1af9496a2b27fa32a6cc2c244917.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 701f7af6550c..187131555634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_bin_prot
pkgdesc = Generation of bin_prot readers and writers from types
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/janestreet/ppx_bin_prot
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ocaml-ppx_bin_prot
depends = ocaml-ppx_here>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_bin_prot-1:0.14.0-2.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_bin_prot-1:0.14.0-3.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.14.0.tar.gz
sha256sums = fecad38f08b09a95eed95e541e88574bc35b2c2b6047671461a7df7f45f91f8b
pkgname = ocaml-ppx_bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index aafd6a8446d5..22d3c1a56223 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_bin_prot'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Generation of bin_prot readers and writers from types'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')