summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-11-16 21:10:02 +0100
committerJakob Gahde2016-11-16 21:10:02 +0100
commit8f50aa6a18a13e1197a9a888380ae4fdc9810eae (patch)
tree9f7d9d44529929a9b4be7199aafe67b87f710edb /PKGBUILD
parentd1cb69748543893e8648bb619c1f9ec9ad66f030 (diff)
downloadaur-8f50aa6a18a13e1197a9a888380ae4fdc9810eae.tar.gz
ocaml-aacplus 0.2.2-2: Fix syntax and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b7a550283ec..549c3318c996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ocaml-aacplus
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
license=('LGPL2.1')
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings for libaacplus")
+pkgdesc="OCaml bindings for libaacplus"
url="https://github.com/savonet/ocaml-aacplus"
-depends=('ocaml' 'libaacplus')
+depends=('ocaml' 'libaacplus' 'fftw')
makedepends=('ocaml-findlib')
source=("https://github.com/savonet/ocaml-aacplus/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')