summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a533f22248c..a6649f0aeeb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-flac
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="OCaml bindings to libFLAC"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'flac' 'ocaml-ogg')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-flac/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('212f4143a893472cd3bd0611814bbf85')
+sha512sums=('1d485dcbdf9b26e04c62eadf8642ff491f5d7cfb5000759ec28cc9fb885df40347b4877cbf6b05c415e2865aa5f050ff252ad78629cc6348637bb42fdd6a220b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"