summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:12:49 +0200
committerJakob Gahde2017-06-06 11:12:49 +0200
commit5890f16b6619b9e1d792d9b8ab5cda750d21b1e9 (patch)
tree67c1e81a53d111372b3293770a4ed15724930c60 /PKGBUILD
parent2a3ca71fd200ce6f156019bbcca20b41caf748c8 (diff)
downloadaur-5890f16b6619b9e1d792d9b8ab5cda750d21b1e9.tar.gz
ocaml-alsa 0.2.3-1: 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 aff27d1da0ca..f2dedf0dc29d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-alsa
pkgver=0.2.3
pkgrel=1
-license=('GPL2')
-arch=('i686' 'x86_64')
pkgdesc="OCaml ALSA bindings"
+arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-alsa"
+license=('GPL2')
depends=('ocaml' 'alsa-lib')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-alsa/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-alsa/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('bf14e0c419a8141a56a1cede08577843')
build() {