summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-09-13 22:57:30 +0200
committerJakob Gahde2018-09-13 22:57:30 +0200
commit7ef609a92b6fc512fbb3e9a87456a46466e2c929 (patch)
tree7b1d747f295c40a0cb7a21b6f864f3d9a618789d /PKGBUILD
parent16d422a1d6f205d68115f70bf6009a3ee91ae4a5 (diff)
downloadaur-7ef609a92b6fc512fbb3e9a87456a46466e2c929.tar.gz
ocaml-ffmpeg 0.2.0-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 1dcdf45fee52..af71d218c5ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ffmpeg
-pkgver=0.1.2
+pkgver=0.2.0
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=('b65fcef8c4ac2792976c206648c81f38')
+md5sums=('f4315ab1e094196be6276517718ae370')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"