summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:30:34 +0200
committerDaniel Peukert2022-06-08 01:30:34 +0200
commitdf3ab3c39331100660b08b51c57324830f9163b2 (patch)
treef3e6fb224d91cbe0a377f0845f776ea3b7a9de93
parenta808073ba46b4d40b215fde3f26ba5d6f14c0a62 (diff)
downloadaur-df3ab3c39331100660b08b51c57324830f9163b2.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fb72e0aafd4..bdf091fb3484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_here
pkgdesc = Expands [%here] into its location
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_here
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = ocaml-ppx_here
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppxlib>=0.11.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_here-1:0.14.0-3.tar.gz::https://github.com/janestreet/ppx_here/archive/v0.14.0.tar.gz
- sha256sums = 9acc67b2a040181373f1db2da8913d873f01458a01e2d3e72d0c092e7abc6f90
+ source = ocaml-ppx_here-1:0.15.0-1.tar.gz::https://github.com/janestreet/ppx_here/archive/v0.15.0.tar.gz
+ sha512sums = 708bd2edf9390f251e1c76e63462692c01372c7d7c7b54e45347e87ee7da999392148b61a187f2106fbc37d626663260d331982a005bd2f98f9bd6bc8f326cf5
pkgname = ocaml-ppx_here
diff --git a/PKGBUILD b/PKGBUILD
index 67e923e4697b..9f76e86a39af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_here'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Expands [%here] into its location'
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-ppxlib>=0.11.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-ppxlib>=0.23.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9acc67b2a040181373f1db2da8913d873f01458a01e2d3e72d0c092e7abc6f90')
+sha512sums=('708bd2edf9390f251e1c76e63462692c01372c7d7c7b54e45347e87ee7da999392148b61a187f2106fbc37d626663260d331982a005bd2f98f9bd6bc8f326cf5')
_sourcedirectory="$_projectname-$pkgver"