summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-22 02:24:37 +0200
committerDaniel Peukert2023-08-22 02:24:37 +0200
commit43f01ef2c68c0e9e81944b07d61c10a89cdde79f (patch)
treeb0e8402254776bebde0628b11850b6e043e841b5 /PKGBUILD
parentfcc64177baf5694f9bfc8758cc4d41170b82f916 (diff)
downloadaur-ocaml-re.tar.gz
Update ocaml-re to 1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dcb2854f255..acab2fc19df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='re'
pkgname="ocaml-$_projectname"
-pkgver='1.10.4'
-pkgrel='4'
+pkgver='1.11.0'
+pkgrel='1'
pkgdesc='Pure OCaml regular expressions, with support for Perl and POSIX-style strings'
arch=('x86_64' 'aarch64')
url="https://github.com/ocaml/$pkgname"
@@ -15,10 +15,10 @@ makedepends=('dune>=2.0.0')
checkdepends=('ocaml-ounit')
options=('!strip')
source=(
- "$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'fix-ounit-name.diff'
)
-sha512sums=('1bef38154f856b48985a0dfa975dc8539f146d0308d7c2af01078f5e998683fd635c7ae4a888e95c1a4dc4df9539dcd5dc506a5ef8718386cf0073947507f91a'
+sha512sums=('92096672833defba1b92b23bc4ce78cffb2501a21aca0dee264da1c8f35b5995154108d5f47318b9e37933537144359a742dce7825734c68dbd7d3d8ad4bc5b1'
'cd665ef2d43a82f26a34480265db42031b8f9cd4b0b71890f3e7fc029c1e68c4f518f1ced2b78deedc522808df0037da83b5527f6442aaf65c5dfb1b7823166f')
_sourcedirectory="$pkgname-$pkgver"