Date: Sunday, February 14, 2021 @ 23:46:15
  Author: felixonmars
Revision: 408155

archrelease: copy trunk to extra-x86_64

Added:
  libuv/repos/extra-x86_64/PKGBUILD
    (from rev 408154, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-14 23:46:04 UTC (rev 408154)
+++ PKGBUILD    2021-02-14 23:46:15 UTC (rev 408155)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=libuv
-pkgver=1.40.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('x86_64')
-url="https://github.com/libuv/libuv";
-license=('custom')
-depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('14a6880e636e9d046e1f4c86061d7ca5fe0cdae0efb0c6fec6b6ad03b17c626da479d6cc1ae84da281ec04a75e0d56fa99ef25164432cdb246cf59f0964a7e8b')
-
-build() {
-       cd $pkgname-$pkgver
-       ./autogen.sh
-       ./configure --prefix=/usr
-       make
-       make man -C docs
-}
-
-check() {
-       cd $pkgname-$pkgver
-       make check
-}
-
-package() {
-       cd $pkgname-$pkgver
-
-       make DESTDIR="$pkgdir" install
-
-       install -Dm644 LICENSE \
-               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-       install -Dm644 AUTHORS \
-               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-       install -Dm644 README.md \
-               "$pkgdir"/usr/share/doc/$pkgname/README.md
-       install -Dm644 ChangeLog \
-               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-       install -Dm644 docs/build/man/libuv.1 \
-               "$pkgdir"/usr/share/man/man1/libuv.1
-}

Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 408154, 
libuv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-02-14 23:46:15 UTC (rev 408155)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libuv
+pkgver=1.41.0
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc' 'libnsl')
+makedepends=('python-sphinx')
+source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
+sha512sums=('33613fa28e8136507300eba374351774849b6b39aab4e53c997a918d3bc1d1094c6123e0e509535095b14dc5daa885eadb1a67bed46622ad3cc79d62dc817e84'
+            'SKIP')
+# PGP key IDs are available from 
https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
+validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC')  # keybase.io/cjihrig
+
+build() {
+       cd $pkgname-v$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+       make man -C docs
+}
+
+check() {
+       cd $pkgname-v$pkgver
+       make check
+}
+
+package() {
+       cd $pkgname-v$pkgver
+
+       make DESTDIR="$pkgdir" install
+
+       install -Dm644 LICENSE \
+               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+       install -Dm644 AUTHORS \
+               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+       install -Dm644 README.md \
+               "$pkgdir"/usr/share/doc/$pkgname/README.md
+       install -Dm644 ChangeLog \
+               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+       install -Dm644 docs/build/man/libuv.1 \
+               "$pkgdir"/usr/share/man/man1/libuv.1
+}

Reply via email to