summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 14:13:14 +0200
committerJakob Gahde2017-06-06 14:13:14 +0200
commit6c8e51ae970e3739825aa5631334585852bdbab0 (patch)
tree33959d9ce38a417a290c29703bd26fbf9bfb17c6
parent487a9efd11706b17f82c8e34f84691c03aebb5be (diff)
downloadaur-6c8e51ae970e3739825aa5631334585852bdbab0.tar.gz
ocaml-portaudio 0.2.1-1: PKGBUILD formatting tweaks/fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74156fec3f15..2c44efee75e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 6 12:12:37 UTC 2017
pkgbase = ocaml-portaudio
pkgdesc = OCaml bindings for portaudio
pkgver = 0.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 269b708321f7..40f8dd9f4ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-portaudio
pkgver=0.2.1
pkgrel=1
-license=('LGPL2.1')
+pkgdesc="OCaml bindings for portaudio"
arch=('i686' 'x86_64')
-pkgdesc=("OCaml bindings for portaudio")
url="https://github.com/savonet/ocaml-portaudio"
+license=('LGPL2.1')
depends=('ocaml' 'portaudio')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-portaudio/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-portaudio/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('c504a0d47c1aa834b774b9c668b65691')
build() {