summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-09-12 15:30:38 +0200
committerJ5lx2015-09-12 15:30:38 +0200
commit3002f32862d41b736279206c9afeb73eb8b65b69 (patch)
treefa8dcdca0ac4c7a488f2f52865b696731187ce3d
parenta136bb0d1e3ca290c9a5b83a90475987f3f2145a (diff)
downloadaur-3002f32862d41b736279206c9afeb73eb8b65b69.tar.gz
7.1.6-1: New upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9714665c922..f0e94a14f55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-pcre
pkgdesc = Perl compatible regular expressions for OCaml
- pkgver = 7.1.5
+ pkgver = 7.1.6
pkgrel = 1
url = http://mmottl.github.io/pcre-ocaml
arch = i686
@@ -12,8 +12,8 @@ pkgbase = ocaml-pcre
replaces = pcre-ocaml
options = !strip
options = staticlibs
- source = https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.5/pcre-ocaml-7.1.5.tar.gz
- md5sums = 28e40ad63fe2d568aa47ff460d3f9d3a
+ source = https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.6/pcre-ocaml-7.1.6.tar.gz
+ md5sums = d5c2230bc8123ed382d018737f26a0d5
pkgname = ocaml-pcre
diff --git a/PKGBUILD b/PKGBUILD
index 86621ef96eda..2a7e8f789049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Magnus Therning <magnus@therning.org>
pkgname=ocaml-pcre
-pkgver=7.1.5
+pkgver=7.1.6
pkgrel=1
pkgdesc="Perl compatible regular expressions for OCaml"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ replaces=('pcre-ocaml')
conflicts=('pcre-ocaml')
options=('!strip' 'staticlibs')
source=("https://github.com/mmottl/pcre-ocaml/releases/download/v$pkgver/pcre-ocaml-$pkgver.tar.gz")
-md5sums=('28e40ad63fe2d568aa47ff460d3f9d3a')
+md5sums=('d5c2230bc8123ed382d018737f26a0d5')
build() {
cd "$srcdir/pcre-ocaml-$pkgver"