summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2015-09-12 15:30:38 +0200
committerJ5lx2015-09-12 15:30:38 +0200
commit3002f32862d41b736279206c9afeb73eb8b65b69 (patch)
treefa8dcdca0ac4c7a488f2f52865b696731187ce3d /PKGBUILD
parenta136bb0d1e3ca290c9a5b83a90475987f3f2145a (diff)
downloadaur-3002f32862d41b736279206c9afeb73eb8b65b69.tar.gz
7.1.6-1: New upstream version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"