summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26c02b862188..29153d8cca3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-ffmpeg
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
license=('LGPL2.1')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings to the FFmpeg library")
+pkgdesc="OCaml bindings to the FFmpeg library"
url="https://github.com/savonet/ocaml-ffmpeg"
depends=('ocaml' 'ffmpeg')
makedepends=('ocaml-findlib')
source=("https://github.com/savonet/ocaml-ffmpeg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('7c0c7198c877d72668a14c6d4400ba8c')
+md5sums=('b65fcef8c4ac2792976c206648c81f38')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"