summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2017-06-06 11:33:41 +0200
committerJakob Gahde2017-06-06 11:33:41 +0200
commitacfb91bacfcbbef3b00e9b2fc6df20d42115231d (patch)
treea2391f2b0f66d71dd82c6354d5b78e1d14ece767
parenta050f3d8fc9b6a0bf07c5484488f665db5ccf8e0 (diff)
downloadaur-acfb91bacfcbbef3b00e9b2fc6df20d42115231d.tar.gz
ocaml-dtools 0.3.2-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 217f16adafa3..d89c4b1771fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 6 09:33:19 UTC 2017
pkgbase = ocaml-dtools
pkgdesc = OCaml modules for writing daemons
pkgver = 0.3.2
diff --git a/PKGBUILD b/PKGBUILD
index 8e81495a7ebe..028d6395a861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-dtools
pkgver=0.3.2
pkgrel=1
-license=('GPL2')
+pkgdesc="OCaml modules for writing daemons"
arch=('i686' 'x86_64')
-pkgdesc=("OCaml modules for writing daemons")
url="https://github.com/savonet/ocaml-dtools"
+license=('GPL2')
depends=('ocaml')
makedepends=('ocaml-findlib')
-source=("https://github.com/savonet/ocaml-dtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/savonet/ocaml-dtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('804d89075e50f4db71cbd7d6f3c100e1')
build() {