summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 12:04:06 +0200
committerJakob Gahde2017-06-06 12:04:06 +0200
commitebeee2eefb43d313f2f7ff5018b610a794d224b3 (patch)
tree3e11097b9b65003140f3a82fa10df56025670a7f /PKGBUILD
parenta0577a8deb1a28d7a4e9d2d5ec1e3774d0dc46e7 (diff)
downloadaur-ebeee2eefb43d313f2f7ff5018b610a794d224b3.tar.gz
ocaml-lame 0.3.3-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 7deb49f9a5d6..fb8db64cb1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-lame
pkgver=0.3.3
pkgrel=2
-license=('GPL2')
-arch=('i686' 'x86_64')
pkgdesc="OCaml bindings to the LAME mp3 encoder"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-lame"
+license=('GPL2')
depends=('ocaml' 'lame')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-lame/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-lame/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('a1585835f94f8d459157263ed2aaede3')
build() {