summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94440e67374..af3fe154df33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 21 19:03:24 UTC 2016
+# Tue Jun 6 09:57:37 UTC 2017
pkgbase = ocaml-gstreamer
pkgdesc = OCaml bindings for the GStreamer multimedia framework
pkgver = 0.2.2
diff --git a/PKGBUILD b/PKGBUILD
index e15dee558048..3945214fe774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-gstreamer
pkgver=0.2.2
pkgrel=1
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bindings for the GStreamer multimedia framework"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-gstreamer"
+license=('LGPL2.1')
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')
+source=("https://github.com/savonet/ocaml-gstreamer/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('1a04fc3db831492abd713a54e108348f')
build() {