summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:58:52 +0200
committerDaniel Peukert2023-05-22 12:58:52 +0200
commitcd1f2adc9f0a48c3882355aa3c1343ca6de0d87a (patch)
tree7588d335079cab1dad42e7a31406230ef7b31edb
parentec8b32504315a62173999fa26e5ea9f3a6ac2f76 (diff)
downloadaur-cd1f2adc9f0a48c3882355aa3c1343ca6de0d87a.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9abb91f76808..bf4e93a65817 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 = 2
+ pkgrel = 3
url = https://github.com/ocsigen/lwt
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-lwt
depends = ocaml-ppxlib>=0.16.0
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-lwt-5.6.1-2.tar.gz::https://github.com/ocsigen/lwt/archive/5.6.1.tar.gz
+ source = ocaml-lwt-5.6.1-3.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 30a9d18c2c30..73935b3a6cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_projectname='lwt'
pkgname="ocaml-$_projectname"
pkgver='5.6.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A library for cooperative threads in OCaml'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')