summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-02-08 19:44:38 +0100
committerDaniel Peukert2022-02-08 19:44:38 +0100
commit143c4eb72ef58a927023e4d5f7c46d35f123707b (patch)
tree544739b3e23e66479be9810309cf80e74d65f511
parentdfd7f8ebd2bef16d5ba1a4bddc86c3065e9055d7 (diff)
downloadaur-143c4eb72ef58a927023e4d5f7c46d35f123707b.tar.gz
Bump ocaml-luv because the release changed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a7a7c23da3..6d9ccd94c93c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
pkgver = 0.5.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.14.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.11-1.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
- sha512sums = f1532990e9494d2ae9f11845a788888b0f3f176fefde5fe6eeeb694a7f82db20c679448f5ecd4bd143c608927c44638e8f0bf97fd3c5dcc38f839fbe1c22c036
+ source = ocaml-luv-0.5.11-2.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
+ sha512sums = 3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 243b9463993a..1e96e107acdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.11'
-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"
@@ -11,7 +11,7 @@ depends=('libuv' 'ocaml>=4.02.0' 'ocaml-ctypes>=0.14.0' 'ocaml-result')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('f1532990e9494d2ae9f11845a788888b0f3f176fefde5fe6eeeb694a7f82db20c679448f5ecd4bd143c608927c44638e8f0bf97fd3c5dcc38f839fbe1c22c036')
+sha512sums=('3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903')
_sourcedirectory="$_projectname-$pkgver"