summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:58:06 +0200
committerJakob Gahde2017-06-06 11:58:06 +0200
commitaf1b9dc7715492205be0256bfc87659136897bd3 (patch)
tree33cfe54b6989679fe30e9f30f6371b3ffd4664f9 /PKGBUILD
parent6cc21f7e0dd0fc70cdc1a70d9fc803e0fbd206f2 (diff)
downloadaur-af1b9dc7715492205be0256bfc87659136897bd3.tar.gz
ocaml-gstreamer 0.2.2-1: PKGBUILD formatting tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {