[arch-commits] Commit in python-uvloop/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Aug 23 07:22:43 UTC 2021
Date: Monday, August 23, 2021 @ 07:22:43
Author: alucryd
Revision: 1004256
upgpkg: python-uvloop 0.16.0-1
Modified:
python-uvloop/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-23 07:18:44 UTC (rev 1004255)
+++ PKGBUILD 2021-08-23 07:22:43 UTC (rev 1004256)
@@ -1,8 +1,9 @@
# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
_pkgname=uvloop
pkgname=python-$_pkgname
-pkgver=0.15.3
+pkgver=0.16.0
pkgrel=1
pkgdesc='Ultra fast asyncio event loop'
arch=('x86_64')
@@ -11,7 +12,7 @@
depends=('python' 'libuv')
makedepends=('python-setuptools' 'cython')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('77dd99d03851f736324b2436547c5ad4e195ae48f7395f057d6bfce65cdc250cec84aa54f604d779c8df1b2aea9604262199e77d5247f394a9539a05b96072e1')
+sha512sums=('1896d9a60a9c4e4b8d146ad858e664f3e43969ad0c14026fe79c69f546e40bf1dc6a4cce2d388a7a6e0f5b8306b1eb4da3f713cce44c58ba6628b82ac6eaf271')
build() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list