summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:59:00 +0200
committerDaniel Peukert2023-05-23 20:59:00 +0200
commit88af1dade41432bd676edd334a39fcdb8bcc17a1 (patch)
tree4eb831a602971355ea44bcfd44ba3f30379b7496
parentf8ca598ce018c219b5142a5da4b0c43a3048da2c (diff)
downloadaur-88af1dade41432bd676edd334a39fcdb8bcc17a1.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be926ecda00..4307cc5062eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,20 @@
pkgbase = ocaml-ppx_sexp_message
pkgdesc = A ppx rewriter for easy construction of s-expressions
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_sexp_message
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.08.0
- depends = ocaml-base>=0.15.0
- depends = ocaml-ppx_here>=0.15.0
- depends = ocaml-ppx_sexp_conv>=0.15.0
- depends = ocaml-ppxlib>=0.23.0
+ depends = ocaml>=4.14.0
+ depends = ocaml-base>=0.16.0
+ depends = ocaml-ppx_here>=0.16.0
+ depends = ocaml-ppx_sexp_conv>=0.16.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_sexp_message-1:0.15.0-4.tar.gz::https://github.com/janestreet/ppx_sexp_message/archive/v0.15.0.tar.gz
- sha512sums = 2b671a1fa020c785ffb02b67998653dedcce892ab68fc23665ce8c88534ae9f5e1df2f148e1f9ea965444f4a48d896735e2bdc313db2787101a5aee2e5f9f025
+ source = ocaml-ppx_sexp_message-1:0.16.0-1.tar.gz::https://github.com/janestreet/ppx_sexp_message/archive/v0.16.0.tar.gz
+ sha512sums = 2442d9d2e46bcfce17e7d017865dcf52daa5fd62500981f3d97a37373799a5b9abd6c52b4e8f720cc2df419b2d2450258e0bd78fe8e12090805e1c8e37d62285
pkgname = ocaml-ppx_sexp_message
diff --git a/PKGBUILD b/PKGBUILD
index 38ebf219f9cc..b700d4a1a977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_sexp_message'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
epoch='1'
pkgdesc='A ppx rewriter for easy construction of s-expressions'
-# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
-arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
+# If you're running on aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
+arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-ppx_here>=0.15.0' 'ocaml-ppx_sexp_conv>=0.15.0' 'ocaml-ppxlib>=0.23.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppx_here>=0.16.0' 'ocaml-ppx_sexp_conv>=0.16.0' 'ocaml-ppxlib>=0.28.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2b671a1fa020c785ffb02b67998653dedcce892ab68fc23665ce8c88534ae9f5e1df2f148e1f9ea965444f4a48d896735e2bdc313db2787101a5aee2e5f9f025')
+sha512sums=('2442d9d2e46bcfce17e7d017865dcf52daa5fd62500981f3d97a37373799a5b9abd6c52b4e8f720cc2df419b2d2450258e0bd78fe8e12090805e1c8e37d62285')
_sourcedirectory="$_projectname-$pkgver"