summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:27:31 +0200
committerDaniel Peukert2020-08-30 21:27:31 +0200
commit670658097e7169f18796f096cf2e6b4fc6069f60 (patch)
tree951533509cc0f74410105559d0717710d0282f53
parent04e4c1175e0215db7e13f3ea31d4207eadafd712 (diff)
downloadaur-670658097e7169f18796f096cf2e6b4fc6069f60.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1946adee5b8e..a606a27a4810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_typerep_conv
pkgdesc = Generation of runtime types from type declarations
pkgver = 0.14.1
- 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.14.0
depends = ocaml-ppxlib>=0.14.0
options = !strip
- source = ocaml-ppx_typerep_conv-1:0.14.1-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_typerep_conv-1:0.14.1-2.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.1.tar.gz
sha256sums = 92e58fec59e83b972b53b4c72b1202192beaf83c53560357d05c948e4867dc14
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index 12053ce6406f..0e469e9d07d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')