summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-05-15 12:46:03 +0200
committerDaniel Peukert2021-05-15 12:46:03 +0200
commit757b7614bd3b3cdd0297e09bb46f820a31821e91 (patch)
treef0bcf7ab60eb53b23569cc79c8159e13d9a65f70
parentbba0963b84055890783995f600cd513f98ee9195 (diff)
downloadaur-757b7614bd3b3cdd0297e09bb46f820a31821e91.tar.gz
Update ocaml-luv to 0.5.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f5c4263e1e..ef2df77dc13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
- pkgver = 0.5.7
- pkgrel = 2
+ pkgver = 0.5.8
+ pkgrel = 1
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -16,9 +16,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.13.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.7-2.tar.gz::https://github.com/aantron/luv/archive/0.5.7.tar.gz
- source = ocaml-luv-0.5.7-2-no-vendored-libuv-headers.diff::https://github.com/aantron/luv/commit/2b009466670799b79c47f61f8d2f5e6c04448572.diff
- sha256sums = 09b7785cc64f6de465a50d8af54e4ace4c52b23d929a45f5044e7c9942a2558a
- sha256sums = 32956ba4b3a66f807e260b6d6f9e19782c6c6e9127de6e13484eb3cee4b0abd6
+ source = ocaml-luv-0.5.8-1.tar.gz::https://github.com/aantron/luv/archive/0.5.8.tar.gz
+ sha256sums = 0d100ce65555fbe9a2b54fde9d9a21b3e7f41729e075ba3b5f74a74105a78403
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 5fb131a316a4..9df15e799c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='luv'
pkgname="ocaml-$_projectname"
-pkgver='0.5.7'
-pkgrel='2'
+pkgver='0.5.8'
+pkgrel='1'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
@@ -10,19 +10,13 @@ license=('MIT')
depends=('libuv' 'ocaml>=4.02.0' 'ocaml-ctypes>=0.13.0' 'ocaml-result')
makedepends=('dune>=2.0.0')
options=('!strip')
-source=(
- "$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz"
- "$pkgname-$pkgver-$pkgrel-no-vendored-libuv-headers.diff::$url/commit/2b009466670799b79c47f61f8d2f5e6c04448572.diff"
-)
-sha256sums=('09b7785cc64f6de465a50d8af54e4ace4c52b23d929a45f5044e7c9942a2558a'
- '32956ba4b3a66f807e260b6d6f9e19782c6c6e9127de6e13484eb3cee4b0abd6')
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('0d100ce65555fbe9a2b54fde9d9a21b3e7f41729e075ba3b5f74a74105a78403')
_sourcedirectory="$_projectname-$pkgver"
prepare() {
cd "$srcdir/$_sourcedirectory/"
- # https://github.com/aantron/luv/commit/2b009466670799b79c47f61f8d2f5e6c04448572
- patch --forward -p1 < "$srcdir/$pkgname-$pkgver-$pkgrel-no-vendored-libuv-headers.diff"
# Remove folder with tests, as we don't run them anyway and they contain additional
# opam files, which would otherwise get built