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 b4fa5f221b87..e15dee558048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-gstreamer
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
license=('LGPL2.1')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings for the GStreamer multimedia framework")
+pkgdesc="OCaml bindings for the GStreamer multimedia framework"
url="https://github.com/savonet/ocaml-gstreamer"
depends=('ocaml' 'gstreamer' 'gst-plugins-base')
makedepends=('ocaml-findlib')
source=("https://github.com/savonet/ocaml-gstreamer/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('f450f7525df87069f1425c9b2d49a49e')
+md5sums=('1a04fc3db831492abd713a54e108348f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"