summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-13 22:45:26 +0200
committerJakob Gahde2018-09-13 22:45:26 +0200
commit30edf1ea8aabe1c749238f1ca56c3ce4a177b1bf (patch)
tree7094fd5d0b09b56f2ef7f77f4c6070e76d3d8f7a
parent1a292b76dedfa71b7ba06a717c21b0bf7b07d32d (diff)
downloadaur-30edf1ea8aabe1c749238f1ca56c3ce4a177b1bf.tar.gz
ocaml-gstreamer 0.3.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 ba649f0d2f09..e07a459f6693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 6 11:35:15 UTC 2018
pkgbase = ocaml-gstreamer
pkgdesc = OCaml bindings for the GStreamer multimedia framework
- pkgver = 0.2.3
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/savonet/ocaml-gstreamer
arch = i686
@@ -13,8 +11,8 @@ pkgbase = ocaml-gstreamer
depends = gstreamer
depends = gst-plugins-base
options = !strip
- source = https://github.com/savonet/ocaml-gstreamer/releases/download/0.2.3/ocaml-gstreamer-0.2.3.tar.gz
- md5sums = 6324c3a7e483aec1d81babec59fa056c
+ source = https://github.com/savonet/ocaml-gstreamer/releases/download/0.3.0/ocaml-gstreamer-0.3.0.tar.gz
+ md5sums = f3dc890ea043cbf763015ab989984781
pkgname = ocaml-gstreamer
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}"