summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:40:24 +0200
committerJakob Gahde2017-06-06 11:40:24 +0200
commitb5ac79b8954f5106e69ed92f6176867c633456de (patch)
treebb295e3c40c41f10fe9fb9cc6786d74c78490f46 /PKGBUILD
parent7572e3422a4f9f4ff5bfa152d0db033a4d4c6518 (diff)
downloadaur-b5ac79b8954f5106e69ed92f6176867c633456de.tar.gz
ocaml-fdkaac 0.2.1-2: 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 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() {