summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 16:13:23 +0800
committerChocobo12023-04-11 16:13:23 +0800
commite07074c057b67240129eb39e9c46fb47ad2cbf1f (patch)
tree80700964c17b902dce0e189169a5d230f6f8a54c
parented1cd769f925a446cab3e6913626057ba15e840f (diff)
downloadaur-e07074c057b67240129eb39e9c46fb47ad2cbf1f.tar.gz
upgpkg: libuv-git 1.44.2.r110.g5047b344-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0294486736e8..03eb14912440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libuv-git
pkgdesc = A multi-platform support library with a focus on asynchronous I/O
- pkgver = 1.39.0.r100.gdec07238
+ pkgver = 1.44.2.r110.g5047b344
pkgrel = 1
url = https://libuv.org/
arch = i686
@@ -9,11 +9,10 @@ pkgbase = libuv-git
makedepends = git
makedepends = python-sphinx
depends = glibc
- provides = libuv
+ provides = libuv=1.44.2.r110.g5047b344
conflicts = libuv
options = staticlibs
source = git+https://github.com/libuv/libuv.git#branch=master
sha256sums = SKIP
pkgname = libuv-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 58e29eae9321..aba7ee5a66de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libuv-git
-pkgver=1.39.0.r100.gdec07238
+pkgver=1.44.2.r110.g5047b344
pkgrel=1
pkgdesc="A multi-platform support library with a focus on asynchronous I/O"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://libuv.org/"
license=('MIT')
depends=('glibc')
makedepends=('git' 'python-sphinx')
-provides=('libuv')
+provides=("libuv=$pkgver")
conflicts=('libuv')
options=('staticlibs')
source=("git+https://github.com/libuv/libuv.git#branch=master")