summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:26:22 +0200
committerDaniel Peukert2020-05-18 20:26:22 +0200
commit62f0127608965d682b83741ddf3bc12f7d14ba66 (patch)
tree481e02bd667cc18bc5c463e43b1eeefda8137060
parent26aa2fe264af52f706912cd305d3fc27aa71b036 (diff)
downloadaur-62f0127608965d682b83741ddf3bc12f7d14ba66.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a53ce1222ec5..fc9ff6376a18 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.13.0
- pkgrel = 1
+ pkgrel = 2
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.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_bin_prot-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_bin_prot-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.13.0.tar.gz
sha256sums = cc2a396db7a17459e59f8365f69bd83851b37524215c0db13bbaf328ffd793ea
pkgname = ocaml-ppx_bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 9cad3627c234..2bc655c553a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_bin_prot'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of bin_prot readers and writers from types'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')