summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-11-16 00:06:47 +0100
committerJakob Gahde2018-11-16 00:06:47 +0100
commita75fad992fdc9ed2524d050a15b86968fb199fde (patch)
tree25f0112be473641165abe404ae40a0b8c61c3fd4
parent9b6c15b526fe3eb8d88d6adda84bf76a85debba0 (diff)
downloadaur-a75fad992fdc9ed2524d050a15b86968fb199fde.tar.gz
ocaml-duppy 0.8.0-1: New version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d3960bfac0..20b67ca05a5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-duppy
pkgdesc = OCaml asynchronous scheduler and monad for server-oriented programming
- pkgver = 0.7.3
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/savonet/ocaml-duppy
arch = i686
@@ -8,12 +8,11 @@ pkgbase = ocaml-duppy
license = LGPL2.1
makedepends = ocaml-findlib
depends = ocaml
- depends = camlp4
depends = ocaml-pcre
depends = ocaml-ssl
options = !strip
- source = https://github.com/savonet/ocaml-duppy/releases/download/0.7.3/ocaml-duppy-0.7.3.tar.gz
- md5sums = e76fa658d5b4ec81fd341d041b9ca9df
+ source = https://github.com/savonet/ocaml-duppy/releases/download/0.8.0/ocaml-duppy-0.8.0.tar.gz
+ sha512sums = 1c855123679a16ad73941b3f7d5ba5667a6e8fc79898b666f59ff1ca01c7c6374c935d66214518fa0ee2b18a7acb14062c7f5bfb296377e37f018bf4f42f8de3
pkgname = ocaml-duppy
diff --git a/PKGBUILD b/PKGBUILD
index 00a954a0ba2c..faec3c4b9ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-duppy
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=1
pkgdesc="OCaml asynchronous scheduler and monad for server-oriented programming"
arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-duppy"
license=('LGPL2.1')
-depends=('ocaml' 'camlp4' 'ocaml-pcre' 'ocaml-ssl')
+depends=('ocaml' 'ocaml-pcre' 'ocaml-ssl')
makedepends=('ocaml-findlib')
options=('!strip')
source=("https://github.com/savonet/ocaml-duppy/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e76fa658d5b4ec81fd341d041b9ca9df')
+sha512sums=('1c855123679a16ad73941b3f7d5ba5667a6e8fc79898b666f59ff1ca01c7c6374c935d66214518fa0ee2b18a7acb14062c7f5bfb296377e37f018bf4f42f8de3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"