summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:09:44 +0200
committerJakob Gahde2017-06-06 11:09:44 +0200
commit817b09385b42833dcac108cb07122411208a1156 (patch)
tree8f35277cb74548bd54606b912f5bf69f9e19d5f7
parent8f50aa6a18a13e1197a9a888380ae4fdc9810eae (diff)
downloadaur-ocaml-aacplus.tar.gz
ocaml-aacplus 0.2.2-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 984081a9ddf7..3e5dd8259467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 20:09:41 UTC 2016
+# Tue Jun 6 09:08:54 UTC 2017
pkgbase = ocaml-aacplus
pkgdesc = OCaml bindings for libaacplus
pkgver = 0.2.2
diff --git a/PKGBUILD b/PKGBUILD
index 549c3318c996..6bb1850c73a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-aacplus
pkgver=0.2.2
pkgrel=2
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bindings for libaacplus"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-aacplus"
+license=('LGPL2.1')
depends=('ocaml' 'libaacplus' 'fftw')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-aacplus/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-aacplus/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('968fe7a5ebebfb6182705271e3920c0a')
build() {