summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec8ce427e16..573ea4955c6b 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.15.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.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_bin_prot-1:0.15.0-2.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_bin_prot-1:0.15.0-3.tar.gz::https://github.com/janestreet/ppx_bin_prot/archive/v0.15.0.tar.gz
sha512sums = 3fdc7e9431458b752d553f093762e3ed3c96af3a789eceeb94895284de961a887e358d137c21da372cadf6c0e6329628f6c698499581f672e0e1913b3274cc14
pkgname = ocaml-ppx_bin_prot
diff --git a/PKGBUILD b/PKGBUILD
index 006717a41804..876076faeeb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_bin_prot'
pkgname="ocaml-$_projectname"
pkgver='0.15.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')