[arch-commits] Commit in python-async-timeout/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Mar 15 02:33:29 UTC 2018


    Date: Thursday, March 15, 2018 @ 02:33:28
  Author: anthraxx
Revision: 307901

upgpkg: python-async-timeout 2.0.1-1

Modified:
  python-async-timeout/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 02:31:55 UTC (rev 307900)
+++ PKGBUILD	2018-03-15 02:33:28 UTC (rev 307901)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 'python-pytest-aiohttp')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f')
-sha512sums=('e491308752cdba7c5fb569e59722b2bdb14a1a5f16866ad17b2546c55cee8782b00b16122e6c46dca704ff42459d454d3bfa8cfd8faffb2a6fc251f0080f975c')
+sha256sums=('75a300199bb1bc11bb79a9ba7525a547ea0d3109000660e4ca57d4069b4544c3')
+sha512sums=('e3f3565cd5eb467b3e51a9e839d5a08002815e42cc442cba7db240dd265d1d9b21ae5ec4705a126aef46ec9ab4a3aa280a78ed012b222ea516f051228260455d')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -31,7 +31,7 @@
 
 package() {
   cd ${_pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list