summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:32:20 +0200
committerDaniel Peukert2020-05-18 20:32:20 +0200
commit4e998a5bee6dc33ba332e813d4356af1c8dc52e7 (patch)
tree1ec4331581a396446cf612f267a1a3f7fcddd94e
parentaa28a3020982942212d3b871ab340606c98e1f64 (diff)
downloadaur-4e998a5bee6dc33ba332e813d4356af1c8dc52e7.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 56f9438d4cbc..17dce83cc424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_typerep_conv
pkgdesc = Generation of runtime types from type declarations
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_typerep_conv
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_typerep_conv
depends = ocaml-typerep>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_typerep_conv-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_typerep_conv-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.13.0.tar.gz
sha256sums = 1f9a98d523e04881dfdfb175cc1b26ab1f758c4c57325583541004dc1793de92
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index eb05da71d0ec..2728cc65dc7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')