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

Levente Polyak anthraxx at archlinux.org
Mon Sep 18 12:36:31 UTC 2017


    Date: Monday, September 18, 2017 @ 12:36:31
  Author: anthraxx
Revision: 258745

upgpkg: python-multidict 3.2.0-1

Modified:
  python-multidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-18 12:32:43 UTC (rev 258744)
+++ PKGBUILD	2017-09-18 12:36:31 UTC (rev 258745)
@@ -3,18 +3,18 @@
 
 _pkgname=multidict
 pkgname=python-${_pkgname}
-pkgver=3.1.3
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('python')
+depends=('python' 'glibc')
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-psutil')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('421570422f7c933afde697149b288b3c5342f04606a1f912a4e070ab8f52ccb2')
-sha512sums=('f0f1ff37f218100b4fa81bc8accaddcf52b734ece3d0fc79c51c4cf4048edd622720db6db46a32339637ee1d69c3c0895f98f9df0dda3d359cb8d87f8b2003d2')
+sha256sums=('cefa2da44fea2248c967a2de5ac4cb5a17dfe23a19118c40bf99204b3fb848b7')
+sha512sums=('20a127706eaecbaafd19953625aef9dbee4dfddca3a74f5972d6ff0fb3e1a3c0e336a5b305b4b4dd1cf0c447835f362e363445d51c5b311c5db6035a232fad70')
 
 build() {
   cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list