summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:21:30 +0200
committerDaniel Peukert2020-08-30 21:21:30 +0200
commit560ade3266326fbbe64174a9e297fd4446840414 (patch)
tree722a469c47fb0310aeb1bee21041dafea218742e
parent8b4bb6e8582bde964a735654ba4aae7ff79144c6 (diff)
downloadaur-560ade3266326fbbe64174a9e297fd4446840414.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 2d16c5221b8e..89374b21a42f 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.14.1
- pkgrel = 1
+ pkgrel = 2
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.14.0
depends = ocaml-ppxlib>=0.14.0
options = !strip
- source = ocaml-ppx_inline_test-1:0.14.1-1.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_inline_test-1:0.14.1-2.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.14.1.tar.gz
sha256sums = d7e5c1b92e5ae1e9076979852c80cb192af443ff90e2fb11b5561df032aafb63
pkgname = ocaml-ppx_inline_test
diff --git a/PKGBUILD b/PKGBUILD
index 8763af6cb020..c62e24a76c1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_inline_test'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Syntax extension for writing in-line tests in ocaml code'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')