summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:57:08 +0200
committerDaniel Peukert2023-05-23 20:57:08 +0200
commit6787d1f2598bcc31097b4c5bce595618459bcc07 (patch)
tree2b261d3a3bac8de4e8b26f0d5c82a08f3d1f20db
parent24391f8c1373591928330231f8842b7a15ba2719 (diff)
downloadaur-6787d1f2598bcc31097b4c5bce595618459bcc07.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 521a2316e5cf..84940b26fa46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = ocaml-ppx_fixed_literal
pkgdesc = Simpler notation for fixed point literals
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/janestreet/ppx_fixed_literal
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-ppxlib>=0.23.0
+ depends = ocaml>=4.14.0
+ depends = ocaml-base>=0.16.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_fixed_literal-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.15.0.tar.gz
- sha512sums = 3842162928f6a87b39abaea15cbed8c8f59349b20711d6f8af011cd0dec48a75f59e422db6907425203fc98f438dd758a3e8973900844b60cbf47f27bc9ac394
+ source = ocaml-ppx_fixed_literal-0.16.0-1.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.16.0.tar.gz
+ sha512sums = 9d83d578fb34b3fb2c5351c3934d5f35e509f66a72ba75126a44362b7e4de07c4d43a33b4eb8630999a7010410a8300c7740cc79bf16609ce1144ad90fc38751
pkgname = ocaml-ppx_fixed_literal
diff --git a/PKGBUILD b/PKGBUILD
index 9cc292214722..d62b511851f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_fixed_literal'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
pkgdesc='Simpler notation for fixed point literals'
-# 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-ppxlib>=0.23.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppxlib>=0.28.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3842162928f6a87b39abaea15cbed8c8f59349b20711d6f8af011cd0dec48a75f59e422db6907425203fc98f438dd758a3e8973900844b60cbf47f27bc9ac394')
+sha512sums=('9d83d578fb34b3fb2c5351c3934d5f35e509f66a72ba75126a44362b7e4de07c4d43a33b4eb8630999a7010410a8300c7740cc79bf16609ce1144ad90fc38751')
_sourcedirectory="$_projectname-$pkgver"