summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-14 00:33:08 +0200
committerJakob Gahde2018-09-14 00:33:08 +0200
commit2eb2466c460ea2ba71065486785eb640ceb329cb (patch)
treee70d978bc9e66fc03a51cd1915ba42360f772a0b
parentf4d6b3ffa7b9441db78b81125f8c7944373f85cd (diff)
downloadaur-2eb2466c460ea2ba71065486785eb640ceb329cb.tar.gz
ocaml-dtools 0.4.1-1: New version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63642d584162..be4f08066c72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 6 11:27:29 UTC 2018
pkgbase = ocaml-dtools
pkgdesc = OCaml modules for writing daemons
- pkgver = 0.3.4
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/savonet/ocaml-dtools
arch = i686
@@ -10,9 +8,10 @@ pkgbase = ocaml-dtools
license = GPL2
makedepends = ocaml-findlib
depends = ocaml
+ depends = ocaml-syslog
options = !strip
- source = https://github.com/savonet/ocaml-dtools/releases/download/0.3.4/ocaml-dtools-0.3.4.tar.gz
- md5sums = 6f4c0467f469b8a1e03f34d35309a0b4
+ source = https://github.com/savonet/ocaml-dtools/releases/download/0.4.1/ocaml-dtools-0.4.1.tar.gz
+ md5sums = f211ec4634755271b80bf5d71091f21c
pkgname = ocaml-dtools
diff --git a/PKGBUILD b/PKGBUILD
index d7bd9f3419af..faf51abaf51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-dtools
-pkgver=0.3.4
+pkgver=0.4.1
pkgrel=1
pkgdesc="OCaml modules for writing daemons"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-dtools"
license=('GPL2')
-depends=('ocaml')
+depends=('ocaml' 'ocaml-syslog')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-dtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6f4c0467f469b8a1e03f34d35309a0b4')
+md5sums=('f211ec4634755271b80bf5d71091f21c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"