summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:40:24 +0200
committerJakob Gahde2017-06-06 11:40:24 +0200
commitb5ac79b8954f5106e69ed92f6176867c633456de (patch)
treebb295e3c40c41f10fe9fb9cc6786d74c78490f46
parent7572e3422a4f9f4ff5bfa152d0db033a4d4c6518 (diff)
downloadaur-b5ac79b8954f5106e69ed92f6176867c633456de.tar.gz
ocaml-fdkaac 0.2.1-2: 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 d43c4d2144cf..114316cfbb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 20:04:22 UTC 2016
+# Tue Jun 6 09:39:47 UTC 2017
pkgbase = ocaml-fdkaac
pkgdesc = OCaml bingind for the fdk-aac library
pkgver = 0.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 7516373b7dc1..9e316ab1e8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-fdkaac
pkgver=0.2.1
pkgrel=2
-license=('GPL2')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bingind for the fdk-aac library"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-fdkaac"
+license=('GPL2')
depends=('ocaml' 'libfdk-aac')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-fdkaac/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-fdkaac/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('fff652fa282b4954d2f504ca1c2a70e9')
build() {