summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:01:21 +0200
committerDaniel Peukert2022-08-10 22:01:21 +0200
commitbc2d5043afffc9dd236ee3c2323528b64027ef33 (patch)
tree5443015823ec793dcaa317e2cf6b11dfbf58c21e
parentbf808ebe15c8513cb7b1185ac2a267ae234cf4d1 (diff)
downloadaur-bc2d5043afffc9dd236ee3c2323528b64027ef33.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 e72b0e6e8f28..7aeab69d6dbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_inline_test
pkgdesc = Syntax extension for writing in-line tests in ocaml code
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/janestreet/ppx_inline_test
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_inline_test
depends = ocaml-time_now>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_inline_test-1:0.15.0-2.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_inline_test-1:0.15.0-3.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.15.0.tar.gz
sha512sums = 04ea3bc4fc86881d8df50340d5684b8167063293cf0eb0b2c041a6416897d878df22422ea0b8171533dfbe741d5df53a4a9d250370e36a6c7a0a27816b9d3abe
pkgname = ocaml-ppx_inline_test
diff --git a/PKGBUILD b/PKGBUILD
index 8372c936626a..5aee89d70f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_inline_test'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Syntax extension for writing in-line tests in ocaml code'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')