summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-06-02 20:06:21 +0200
committerDaniel Peukert2024-06-02 20:06:21 +0200
commit7a572d0367237fdd654bb4245569a979eef40878 (patch)
treeaa87e0b74a0d4bb5d2abaa76e7f0d9ef1e5d7ee4 /PKGBUILD
parentc7db957db4928c70f458f7e9bfdb61b0e3179bf4 (diff)
downloadaur-ocaml-logs_lwt.tar.gz
ocaml 5.2 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d688c77b0fb..bf710dc72114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='logs'
pkgname="ocaml-${_projectname}_lwt"
pkgver='0.7.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Logging infrastructure for OCaml - with the Logs_lwt library included'
arch=('x86_64' 'aarch64')
url="https://erratique.ch/software/$_projectname"
@@ -13,7 +13,7 @@ provides=("ocaml-$_projectname=$pkgver")
conflicts=("ocaml-$_projectname")
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_projectname/archive/v$pkgver.tar.gz")
-sha512sums=('071c4e0970f2ef86a78561407d6e333bb206ac11e0b14cdecfcf33e75701570986de11d7b1bc027cd3ec20d42da44b0242c4f8b343e4fbf75d58d8f01e4b3b81')
+b2sums=('065a0456d335cf75339272a2a504c94c08223e09202c743044e42d247f73d3a8529b0725ab503c8be358195177dabdd1185741207ed9d189184a960d0263a029')
_sourcedirectory="$_projectname-$pkgver"