summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890d53153f0a..136f8721fc89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-re
pkgdesc = Pure OCaml regular expressions, with support for Perl and POSIX-style strings
pkgver = 1.9.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ocaml/ocaml-re
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-re
depends = ocaml>=4.02.0
depends = ocaml-seq
options = !strip
- source = ocaml-re-1.9.0-4.tar.gz::https://github.com/ocaml/ocaml-re/archive/1.9.0.tar.gz
+ source = ocaml-re-1.9.0-5.tar.gz::https://github.com/ocaml/ocaml-re/archive/1.9.0.tar.gz
source = fix-ounit-name.diff
sha256sums = 4a2408bb270e0d1aef101d6b5edfeec6753874a6bcf54eb43d9fd3a7ddd777c1
sha256sums = cb9109cfb78cd0c57c521fe7be23a6edee0d1e3be29f313b37093ae2848eecdc
diff --git a/PKGBUILD b/PKGBUILD
index 1ae31553ef31..e59e6bc57ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='re'
pkgname="ocaml-$_projectname"
pkgver='1.9.0'
-pkgrel='4'
+pkgrel='5'
pkgdesc='Pure OCaml regular expressions, with support for Perl and POSIX-style strings'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml/$pkgname"