summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-13 22:57:30 +0200
committerJakob Gahde2018-09-13 22:57:30 +0200
commit7ef609a92b6fc512fbb3e9a87456a46466e2c929 (patch)
tree7b1d747f295c40a0cb7a21b6f864f3d9a618789d
parent16d422a1d6f205d68115f70bf6009a3ee91ae4a5 (diff)
downloadaur-7ef609a92b6fc512fbb3e9a87456a46466e2c929.tar.gz
ocaml-ffmpeg 0.2.0-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51be6c00875e..978bae94357a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jun 6 09:40:51 UTC 2017
pkgbase = ocaml-ffmpeg
pkgdesc = OCaml bindings to the FFmpeg library
- pkgver = 0.1.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/savonet/ocaml-ffmpeg
arch = i686
@@ -12,8 +10,8 @@ pkgbase = ocaml-ffmpeg
depends = ocaml
depends = ffmpeg
options = !strip
- source = https://github.com/savonet/ocaml-ffmpeg/releases/download/0.1.2/ocaml-ffmpeg-0.1.2.tar.gz
- md5sums = b65fcef8c4ac2792976c206648c81f38
+ source = https://github.com/savonet/ocaml-ffmpeg/releases/download/0.2.0/ocaml-ffmpeg-0.2.0.tar.gz
+ md5sums = f4315ab1e094196be6276517718ae370
pkgname = ocaml-ffmpeg
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}"