summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-29 18:08:33 +0200
committerDaniel Peukert2020-08-29 18:08:33 +0200
commit1330c92b6f10e9c68cbe9291a1a44b2c4f1cb30e (patch)
tree38ebbbb7f84762cd1b0c7ab7fb51170babf992e7
parentb23c0dfa488a201d9b30c9103ac5a95d54e7c9dc (diff)
downloadaur-1330c92b6f10e9c68cbe9291a1a44b2c4f1cb30e.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 9aec6b8274b2..86002e7b84f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lwt
pkgdesc = A library for cooperative threads in OCaml
pkgver = 5.3.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
@@ -22,7 +22,7 @@ pkgbase = ocaml-lwt
depends = ocaml-ppx_tools_versioned>=5.3.0
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-lwt-5.3.0-3.tar.gz::https://github.com/ocsigen/lwt/archive/5.3.0.tar.gz
+ source = ocaml-lwt-5.3.0-4.tar.gz::https://github.com/ocsigen/lwt/archive/5.3.0.tar.gz
sha256sums = 38ce928378a07b685f4606b60cbe37c26ef93ccb3e808c218e7d34ece9e659ad
pkgname = ocaml-lwt
diff --git a/PKGBUILD b/PKGBUILD
index 2ac38d5c7009..5746b49d8158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_projectname='lwt'
pkgname="ocaml-$_projectname"
pkgver='5.3.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='A library for cooperative threads in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/lwt"