summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:31:42 +0100
committerDaniel Peukert2020-03-21 12:31:42 +0100
commita956880d2cd4720651e8c0966c6bdfa8a7ebba95 (patch)
tree23666781ae7532d941a9ca17f92f5d6264949f45
parent78ba89a1be787ab7a85ecced427ea821706465ae (diff)
downloadaur-a956880d2cd4720651e8c0966c6bdfa8a7ebba95.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7f82222248..9adc1ca1500a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lwt
pkgdesc = A library for cooperative threads in OCaml
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
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.2.0-1.tar.gz::https://github.com/ocsigen/lwt/archive/5.2.0.tar.gz
+ source = ocaml-lwt-5.2.0-2.tar.gz::https://github.com/ocsigen/lwt/archive/5.2.0.tar.gz
source = no-bisect_ppx.diff
sha256sums = 97c12b3da3d0db019dbdb97950b72f6fd1226ded7519c36ebfe2787574a9b132
sha256sums = 23de90bf80e7985b5749043c2dddd913bf9a1c3f08fe7a8a86b5e542aa46e279
diff --git a/PKGBUILD b/PKGBUILD
index 67ac09034380..d966b2a90348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_projectname='lwt'
pkgname="ocaml-$_projectname"
pkgver='5.2.0'
-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/lwt"