summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:56:28 +0200
committerDaniel Peukert2023-05-23 20:56:28 +0200
commit70ec62590930b5e19c4e50dff5c757f37ffb4d27 (patch)
treeea33e3468f09fb0436ad055f98d9a30091e3e57d
parent830412ce93a2e39cfbd7131d1ea7fd718997f309 (diff)
downloadaur-70ec62590930b5e19c4e50dff5c757f37ffb4d27.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16965c68e8dc..29479a739faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = ocaml-ppx_custom_printf
pkgdesc = Printf-style format-strings for user-defined string conversion
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_custom_printf
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_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_sexp_conv>=0.16.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_custom_printf-1:0.15.0-4.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.15.0.tar.gz
- sha512sums = f8776e9037f491b120b0d43ac9b76231c422b9e5f0d7c3f75efdadf9d4ec401266d61f441a2c7c831c99fac10ac98d84e4e62eda44e6fc86f2fa60ead5ecbc86
+ source = ocaml-ppx_custom_printf-1:0.16.0-1.tar.gz::https://github.com/janestreet/ppx_custom_printf/archive/v0.16.0.tar.gz
+ sha512sums = 9fc09f5434ca41681f2c8c749aa0c3bae051ee3645e820e0e8a16ab0c1ab630b0c9b0af86ef282eade7020635a066729abb9b7d8d91c1667b9e9f1770131f8b7
pkgname = ocaml-ppx_custom_printf
diff --git a/PKGBUILD b/PKGBUILD
index a25a27897fac..71abb9f87aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_custom_printf'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
epoch='1'
pkgdesc='Printf-style format-strings for user-defined string conversion'
-# 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_sexp_conv>=0.15.0' 'ocaml-ppxlib>=0.23.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=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=('f8776e9037f491b120b0d43ac9b76231c422b9e5f0d7c3f75efdadf9d4ec401266d61f441a2c7c831c99fac10ac98d84e4e62eda44e6fc86f2fa60ead5ecbc86')
+sha512sums=('9fc09f5434ca41681f2c8c749aa0c3bae051ee3645e820e0e8a16ab0c1ab630b0c9b0af86ef282eade7020635a066729abb9b7d8d91c1667b9e9f1770131f8b7')
_sourcedirectory="$_projectname-$pkgver"