summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:02:14 +0200
committerDaniel Peukert2022-08-10 22:02:14 +0200
commit987edaeb900943f3c3e5dc371caf3cb75dc5dfb4 (patch)
treee46b50cdbe10f2313763c229f1de4009cc4cb37c
parentf07c06ebbf78cf7ee20e0a79a30d4762d246384a (diff)
downloadaur-987edaeb900943f3c3e5dc371caf3cb75dc5dfb4.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 7922aa30ba51..8c6b31239235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_log
pkgdesc = Ppx_sexp_message-like extension nodes for lazily rendering log messages
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_log
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-ppx_log
depends = ocaml-sexplib>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_log-0.15.0-2.tar.gz::https://github.com/janestreet/ppx_log/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_log-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_log/archive/v0.15.0.tar.gz
sha512sums = 1585f82615def2fc1c94853e9a1b9e3ebd2ef8193067f229f24580ea124c06736a2b361377801b9a44b7347e1938da051ed652764142e2270de3d3e8f375bf46
pkgname = ocaml-ppx_log
diff --git a/PKGBUILD b/PKGBUILD
index dcbd484fd668..b606b6e453b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_log'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Ppx_sexp_message-like extension nodes for lazily rendering log messages'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"