summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-07-16 12:58:53 +0200
committerJakob Gahde2017-07-16 12:58:53 +0200
commit46618b43a224ecc03459ff4e2e1d99ddd26ed58a (patch)
tree4694fcc15a013d0a10f9059dc3e6b786e8a035f0 /PKGBUILD
parent3e7dbfac29e7f50eb614506c5789df0971d633f2 (diff)
downloadaur-46618b43a224ecc03459ff4e2e1d99ddd26ed58a.tar.gz
ocaml-voaacenc 0.1.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 63b0f94feb9b..2521c558f973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-voaacenc
pkgver=0.1.1
pkgrel=2
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bindings for the vo-aacenc AAC encoder"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-voaacenc"
+license=('LGPL2.1')
depends=('ocaml' 'vo-aacenc')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-voaacenc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-voaacenc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('9fc233686c26a0ec96b8a9144dc8d95b')
build() {