summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:56:04 +0200
committerDaniel Peukert2022-08-10 21:56:04 +0200
commit33ca151d0d5b480a12881e3aab8151988e0736fc (patch)
treea039a1c75c83a6d4a3c80c6c9e98070dec43cfdd
parent47fc4d2caef2b0d399f456b2e77d378a23541e6a (diff)
downloadaur-33ca151d0d5b480a12881e3aab8151988e0736fc.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 d6c054cc6e62..6acb81461d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lwt
pkgdesc = A library for cooperative threads in OCaml
pkgver = 5.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
@@ -20,7 +20,7 @@ pkgbase = ocaml-lwt
depends = ocaml-ppxlib>=0.16.0
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-lwt-5.6.1-1.tar.gz::https://github.com/ocsigen/lwt/archive/5.6.1.tar.gz
+ source = ocaml-lwt-5.6.1-2.tar.gz::https://github.com/ocsigen/lwt/archive/5.6.1.tar.gz
sha512sums = 698875bd3bfcd5baa47eb48e412f442d289f9972421321541860ebe110b9af1949c3fbc253768495726ec547fe4ba25483cd97ff39bc668496fba95b2ed9edd8
pkgname = ocaml-lwt
diff --git a/PKGBUILD b/PKGBUILD
index 086c2262f510..1f4df736ae82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_projectname='lwt'
pkgname="ocaml-$_projectname"
pkgver='5.6.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A library for cooperative threads in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"