summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-09-13 22:45:26 +0200
committerJakob Gahde2018-09-13 22:45:26 +0200
commit30edf1ea8aabe1c749238f1ca56c3ce4a177b1bf (patch)
tree7094fd5d0b09b56f2ef7f77f4c6070e76d3d8f7a /PKGBUILD
parent1a292b76dedfa71b7ba06a717c21b0bf7b07d32d (diff)
downloadaur-30edf1ea8aabe1c749238f1ca56c3ce4a177b1bf.tar.gz
ocaml-gstreamer 0.3.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 b2de8a45b8cd..2a7c87927f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-gstreamer
-pkgver=0.2.3
+pkgver=0.3.0
pkgrel=1
pkgdesc="OCaml bindings for the GStreamer multimedia framework"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('ocaml' 'gstreamer' 'gst-plugins-base')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-gstreamer/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6324c3a7e483aec1d81babec59fa056c')
+md5sums=('f3dc890ea043cbf763015ab989984781')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"