summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"