summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2016-03-09 22:44:24 +0100
committerJ5lx2016-03-09 22:44:24 +0100
commit9926fde15e5150a95b5deedaaebf8c7bc0167af5 (patch)
tree91fa5a830e02066268f4388852cc4d7122e9eac1 /PKGBUILD
parentea1664dcb284e7a44938c5993420f5738c78ba78 (diff)
downloadaur-9926fde15e5150a95b5deedaaebf8c7bc0167af5.tar.gz
113.24.01-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f38859d26553..294c3030828d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ppx_jane
-pkgver=113.24.00
+pkgver=113.24.01
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('ocaml-findlib' 'opam')
source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+\.[0-9]+").tar.gz"
"libdir.patch")
options=('!strip')
-md5sums=('800a2f074b1b55a39372a9fb7ecc07bf'
+md5sums=('45670eef012a55c4307befa2ca391939'
'7f0a951f1ac87385272ea7a6dd58762a')
prepare() {