summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:41:54 +0200
committerJakob Gahde2017-06-06 11:41:54 +0200
commit16d422a1d6f205d68115f70bf6009a3ee91ae4a5 (patch)
tree4e121c3e61e3ac356b8bda160c839f0a6ff59903
parent78134083402905ad56a801e09bed216c97361eb3 (diff)
downloadaur-16d422a1d6f205d68115f70bf6009a3ee91ae4a5.tar.gz
ocaml-ffmpeg 0.1.2-1: PKGBUILD formatting tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa3b61ef70c..51be6c00875e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jun 21 16:21:40 UTC 2016
+# Tue Jun 6 09:40:51 UTC 2017
pkgbase = ocaml-ffmpeg
pkgdesc = OCaml bindings to the FFmpeg library
pkgver = 0.1.2
diff --git a/PKGBUILD b/PKGBUILD
index 29153d8cca3d..1dcdf45fee52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-ffmpeg
pkgver=0.1.2
pkgrel=1
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bindings to the FFmpeg library"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ffmpeg"
+license=('LGPL2.1')
depends=('ocaml' 'ffmpeg')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-ffmpeg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-ffmpeg/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('b65fcef8c4ac2792976c206648c81f38')
build() {