summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:35:09 +0200
committerJakob Gahde2017-06-06 11:35:09 +0200
commit5643da89c2f00b6ab43b93915b684a46d5f56119 (patch)
tree5d7442e35b2b4f05b7862e22aa653b62bdb767d4 /PKGBUILD
parenteebbb8a7012282d8f36c5df17d1c6ba749eebd2a (diff)
downloadaur-5643da89c2f00b6ab43b93915b684a46d5f56119.tar.gz
ocaml-duppy 0.5.2-2: PKGBUILD formatting tweaks/fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc6639bf270c..a38112d5c079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-duppy
pkgver=0.5.2
pkgrel=2
-license=('LGPL2.1')
+pkgdesc="OCaml asynchronous scheduler and monad for server-oriented programming"
arch=('i686' 'x86_64')
-pkgdesc=("OCaml asynchronous scheduler and monad for server-oriented programming")
url="https://github.com/savonet/ocaml-duppy"
+license=('LGPL2.1')
depends=('ocaml' 'camlp4' 'ocaml-pcre')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-duppy/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-duppy/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('61e211489bb7c3106b63db7ac03e3f7c')
build() {