From d64d5843a32d59f4dd9ddea119587ebb0184f7c9 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 28 Oct 2019 10:33:47 +0300 Subject: [PATCH] python-monotonic: Rebuild for python 3.8 --- mingw-w64-python-monotonic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-monotonic/PKGBUILD b/mingw-w64-python-monotonic/PKGBUILD index 56c6c1a19b..b5ac8c10e3 100644 --- a/mingw-w64-python-monotonic/PKGBUILD +++ b/mingw-w64-python-monotonic/PKGBUILD @@ -4,7 +4,7 @@ _realname=monotonic pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="An implementation of time.monotonic() for Python 2 & Python 3 (mingw-w64)" arch=('any') url='https://github.com/atdt/monotonic' @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') -source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/atdt/monotonic/archive/$pkgver.tar.gz") +source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/atdt/monotonic/archive/${pkgver}.tar.gz") sha256sums=('d58dc86a7b0d714702be02df906d2712901efef6a16b3aafc95aaa9174e27771') # Helper macros to help make tasks easier #