summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')