summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:00:42 +0200
committerDaniel Peukert2022-08-10 22:00:42 +0200
commita4dfb1d72344e9e1dff83164711d6b12a23abb3b (patch)
treed3667186be5d47591a3e77d1af349c1792c0b0d8
parente8db99ba2388ed3501ff50a5da2cf2b8ed65e7c7 (diff)
downloadaur-a4dfb1d72344e9e1dff83164711d6b12a23abb3b.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494efc572ed1..c5dfec49afab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_hash
pkgdesc = A ppx rewriter that generates hash functions from type expressions and definitions
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_hash
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_hash
depends = ocaml-ppx_sexp_conv>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_hash-0.15.0-2.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_hash-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.15.0.tar.gz
sha512sums = 333d2b232b1d5c15fe144bafb7ad4c843e5381e71b21b25a6fb9c03b1ee98ba81580de7036580ac2d04dcdfed0af20003875b9374412b8ef130b4647c30fee6a
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index 502a30eaac2f..38538e1e0122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"