summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:02:41 +0200
committerDaniel Peukert2022-08-10 22:02:41 +0200
commit9f1b6816d5bde902962a6d9eab7300835fdf3f3e (patch)
treee82044f8d710374174b260cb4b8e977d9b63c4e5
parent5dc7e3fd9a0da8ca824f5ba333624b5989ac0922 (diff)
downloadaur-9f1b6816d5bde902962a6d9eab7300835fdf3f3e.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 8d2a0c7cf2ec..f6b56274ac46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_optcomp
pkgdesc = Optional compilation for OCaml
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/janestreet/ppx_optcomp
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_optcomp
depends = ocaml-stdio>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_optcomp-1:0.15.0-2.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_optcomp-1:0.15.0-3.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.15.0.tar.gz
sha512sums = 302c2ab79c46a16b8a256167958ad9a87b34a2e7ddc70c7a5476cfb0feffc7de7bebc79c272526698e87804859555176facfb04bc72f3b4373c1cb138b1264c7
pkgname = ocaml-ppx_optcomp
diff --git a/PKGBUILD b/PKGBUILD
index 31644f9d4df4..e201aa00020a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_optcomp'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
epoch='1'
pkgdesc='Optional compilation for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')