summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:26:56 +0200
committerDaniel Peukert2022-06-08 01:26:56 +0200
commitda8c2ce4a749f9720f811614d9346f3f90ba6706 (patch)
treecd18d0696be9852999a1da9966aadb13e5d95037 /PKGBUILD
parenta4321ba8a0810775168c88f16b6e8dad4faa24e2 (diff)
downloadaur-da8c2ce4a749f9720f811614d9346f3f90ba6706.tar.gz
Update janestreet packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 764c6d9ddf0a..fdad77f79559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='jane-street-headers'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
pkgdesc='Jane Street C header files'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.2')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('4413d2aa4a11bd360491e8b85c14cd799d07fa55c6ef3471b5a89bf11bf4c9cf')
+sha512sums=('749c56ed79276004099a2e9cbaecd98fae1663991b69588ce5ae78bcbdc56f34d87b074239e229dd86e4552dd8d1b0db05611714ba59d92683ba46d9a0ef0948')
_sourcedirectory="$_projectname-$pkgver"