summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978bae94357a..e0f7324b8c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ffmpeg
pkgdesc = OCaml bindings to the FFmpeg library
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/savonet/ocaml-ffmpeg
arch = i686
@@ -10,8 +10,8 @@ pkgbase = ocaml-ffmpeg
depends = ocaml
depends = ffmpeg
options = !strip
- source = https://github.com/savonet/ocaml-ffmpeg/releases/download/0.2.0/ocaml-ffmpeg-0.2.0.tar.gz
- md5sums = f4315ab1e094196be6276517718ae370
+ source = https://github.com/savonet/ocaml-ffmpeg/releases/download/0.2.1/ocaml-ffmpeg-0.2.1.tar.gz
+ sha512sums = 57df95397b459f2a5c64acabdaa82992d23e31bf9c9de4446a832de4f455ed79b555a4b7e4ff772d3a68bced7056e5da3131e45ec895d804059a030edbadf8a1
pkgname = ocaml-ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index af71d218c5ac..e997841e97f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ffmpeg
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="OCaml bindings to the FFmpeg library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'ffmpeg')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-ffmpeg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f4315ab1e094196be6276517718ae370')
+sha512sums=('57df95397b459f2a5c64acabdaa82992d23e31bf9c9de4446a832de4f455ed79b555a4b7e4ff772d3a68bced7056e5da3131e45ec895d804059a030edbadf8a1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"