summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f6727913b7..49ff43f55d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-re
pkgdesc = Pure OCaml regular expressions, with support for Perl and POSIX-style strings
- pkgver = 1.10.2
+ pkgver = 1.10.3
pkgrel = 1
url = https://github.com/ocaml/ocaml-re
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = ocaml-re
depends = ocaml>=4.02.0
depends = ocaml-seq
options = !strip
- source = ocaml-re-1.10.2-1.tar.gz::https://github.com/ocaml/ocaml-re/archive/1.10.2.tar.gz
+ source = ocaml-re-1.10.3-1.tar.gz::https://github.com/ocaml/ocaml-re/archive/1.10.3.tar.gz
source = fix-ounit-name.diff
- sha512sums = ed89ab547e01ecb8967e9bf0df5673eb56835448ca42dcd8d5558fd1170109a64533c3a0f84ac983f15e512234815ce0c003ef195c8a52e8275e1dc2f1d3602c
+ sha512sums = c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
sha512sums = cd665ef2d43a82f26a34480265db42031b8f9cd4b0b71890f3e7fc029c1e68c4f518f1ced2b78deedc522808df0037da83b5527f6442aaf65c5dfb1b7823166f
pkgname = ocaml-re
diff --git a/PKGBUILD b/PKGBUILD
index 40f1c11cf6db..45acabba99fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='re'
pkgname="ocaml-$_projectname"
-pkgver='1.10.2'
+pkgver='1.10.3'
pkgrel='1'
pkgdesc='Pure OCaml regular expressions, with support for Perl and POSIX-style strings'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -18,7 +18,7 @@ source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
'fix-ounit-name.diff'
)
-sha512sums=('ed89ab547e01ecb8967e9bf0df5673eb56835448ca42dcd8d5558fd1170109a64533c3a0f84ac983f15e512234815ce0c003ef195c8a52e8275e1dc2f1d3602c'
+sha512sums=('c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd'
'cd665ef2d43a82f26a34480265db42031b8f9cd4b0b71890f3e7fc029c1e68c4f518f1ced2b78deedc522808df0037da83b5527f6442aaf65c5dfb1b7823166f')
_sourcedirectory="$pkgname-$pkgver"