summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:40:48 +0200
committerDaniel Peukert2021-07-31 15:40:48 +0200
commit2f4ff21dc594ff214a260967bd4c3a14ce0245c9 (patch)
treeea432cc70f87e542d4aa24581bca5c5dd263e702
parent9c1259fc4b45f441dd122f14c62d284f467c002e (diff)
downloadaur-2f4ff21dc594ff214a260967bd4c3a14ce0245c9.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8b96992b70..750c2b5b917a 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.2
- 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.22.0
options = !strip
- source = ocaml-ppx_typerep_conv-1:0.14.2-1.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.2.tar.gz
+ source = ocaml-ppx_typerep_conv-1:0.14.2-2.tar.gz::https://github.com/janestreet/ppx_typerep_conv/archive/v0.14.2.tar.gz
sha256sums = 1670dc267cacc8ea27a0b3aab4c08ed13fd622280e8169b93cea329def583abc
pkgname = ocaml-ppx_typerep_conv
diff --git a/PKGBUILD b/PKGBUILD
index 09ddfb3d5d85..9c3317d53491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
pkgver='0.14.2'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')