summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-01-23 11:14:17 +0100
committerDaniel Peukert2021-01-23 11:14:17 +0100
commit98269d065dedfe5dcf38601ee54c442ece9d8702 (patch)
tree4f61502b3fd3c45bb7802fea7f6f0fadeae52526 /PKGBUILD
parent321c52a230a186e8a758f5f784e5c7445bbd7c1c (diff)
downloadaur-ocaml-stdlib-shims.tar.gz
Update ocaml-stdlib-shims to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6adf8fb89f0c..a74e6e7186e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='stdlib-shims'
pkgname="ocaml-$_projectname"
-pkgver='0.2.0'
-pkgrel='5'
+pkgver='0.3.0'
+pkgrel='1'
pkgdesc='Shim to substitute `Pervasives` with `Stdlib` before 4.08'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml/$_projectname"
@@ -11,7 +11,7 @@ depends=('ocaml>=4.02.3')
makedepends=('dune')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('7151c71efd16d4e2a7dc1d4dcbcf6fdfbe2a07829428ffa6aac4b2586b1ce8c3')
+sha256sums=('6d0386313a021146300011549180fcd4e94f7ac3c3bf021ff165f6558608f0c2')
_sourcedirectory="$_projectname-$pkgver"