summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be74775f2dfc..54070b9712de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libuv-git
pkgdesc = A multi-platform support library with a focus on asynchronous I/O
- pkgver = 1.18.0.r69.g70d61b6c
+ pkgver = 1.23.0.r83.g6e7da5fb
pkgrel = 1
- url = http://libuv.org/
+ url = https://libuv.org/
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = python-sphinx
depends = glibc
+ depends = libnsl
provides = libuv
conflicts = libuv
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 1e18fcfcc2e8..fa9b10739467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libuv-git
-pkgver=1.18.0.r69.g70d61b6c
+pkgver=1.23.0.r83.g6e7da5fb
pkgrel=1
pkgdesc="A multi-platform support library with a focus on asynchronous I/O"
arch=('i686' 'x86_64')
-url="http://libuv.org/"
+url="https://libuv.org/"
license=('MIT')
-depends=('glibc')
+depends=('glibc' 'libnsl')
makedepends=('git' 'python-sphinx')
provides=('libuv')
conflicts=('libuv')