summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-03-27 11:56:03 +0100
committerDaniel Peukert2021-03-27 11:56:03 +0100
commitbba0963b84055890783995f600cd513f98ee9195 (patch)
tree15511d87a864e657aa9df68dbd314be885ebbd77
parentacad431606fcbff34d2dcb943a365b8b908de451 (diff)
downloadaur-bba0963b84055890783995f600cd513f98ee9195.tar.gz
Bump ocaml-luv to regenerate diff checksum
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85211d95c43c..14f5c4263e1e 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 = 1
+ pkgrel = 2
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -16,9 +16,9 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.13.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.7-1.tar.gz::https://github.com/aantron/luv/archive/0.5.7.tar.gz
- source = ocaml-luv-0.5.7-1-no-vendored-libuv-headers.diff::https://github.com/aantron/luv/commit/2b009466670799b79c47f61f8d2f5e6c04448572.diff
+ 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 = 86f2fbad97e40dec16de0ff15d159bbce38a6cecf6eab1533da1b7c4c3aa481d
+ sha256sums = 32956ba4b3a66f807e260b6d6f9e19782c6c6e9127de6e13484eb3cee4b0abd6
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index f525725d7770..5fb131a316a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.7'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
@@ -15,7 +15,7 @@ source=(
"$pkgname-$pkgver-$pkgrel-no-vendored-libuv-headers.diff::$url/commit/2b009466670799b79c47f61f8d2f5e6c04448572.diff"
)
sha256sums=('09b7785cc64f6de465a50d8af54e4ace4c52b23d929a45f5044e7c9942a2558a'
- '86f2fbad97e40dec16de0ff15d159bbce38a6cecf6eab1533da1b7c4c3aa481d')
+ '32956ba4b3a66f807e260b6d6f9e19782c6c6e9127de6e13484eb3cee4b0abd6')
_sourcedirectory="$_projectname-$pkgver"