summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-09-05 15:05:20 +0200
committerDaniel Peukert2020-09-05 15:05:20 +0200
commitcc1d6c88b72237d641636d812adf1e4032634b67 (patch)
treee7538bc0803505652f5af8dde4cb2c2738f3a3d2
parent5090a99b99d0d9cf53cff284f97bb282dfa4c498 (diff)
downloadaur-cc1d6c88b72237d641636d812adf1e4032634b67.tar.gz
Updated ocaml-ppx_string to 0.14.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9d968ee0c7..d428eee60894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_string
pkgdesc = Ppx extension for string interpolation
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/janestreet/ppx_string
arch = x86_64
arch = i686
@@ -15,8 +15,9 @@ pkgbase = ocaml-ppx_string
depends = ocaml-base>=0.14.0
depends = ocaml-ppx_base>=0.14.0
depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml-stdio>=0.14.0
options = !strip
- source = ocaml-ppx_string-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.0.tar.gz
- sha256sums = bced8de5ca1e7dd94c0abd6094dc7d680df51c9b938932c3c21c5c9ecff26c58
+ source = ocaml-ppx_string-0.14.1-1.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.1.tar.gz
+ sha256sums = 9227b32ff2d7ec22e9deacd99253757df2291392a7540029a97cf745ef3a0ea9
pkgname = ocaml-ppx_string
diff --git a/PKGBUILD b/PKGBUILD
index 662b01806e63..2e55846271e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_projectname='ppx_string'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='2'
+pkgver='0.14.1'
+pkgrel='1'
pkgdesc='Ppx extension for string interpolation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppx_base>=0.14.0' 'ocaml-ppxlib>=0.11.0')
+depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppx_base>=0.14.0' 'ocaml-ppxlib>=0.11.0' 'ocaml-stdio>=0.14.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bced8de5ca1e7dd94c0abd6094dc7d680df51c9b938932c3c21c5c9ecff26c58')
+sha256sums=('9227b32ff2d7ec22e9deacd99253757df2291392a7540029a97cf745ef3a0ea9')
_sourcedirectory="$_projectname-$pkgver"