From fa33f88bc3b119044f4ac65396f3da6eaadfeea5 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 24 Oct 2019 23:59:36 +0300 Subject: [PATCH] python-decorator: Rebuild for python 3.8 --- mingw-w64-python-decorator/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-decorator/PKGBUILD b/mingw-w64-python-decorator/PKGBUILD index d0e3b8b931..af47c0d470 100644 --- a/mingw-w64-python-decorator/PKGBUILD +++ b/mingw-w64-python-decorator/PKGBUILD @@ -4,7 +4,7 @@ _realname=decorator pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=4.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python Decorator module (mingw-w64)" arch=('any') url='https://github.com/micheles/decorator' @@ -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/micheles/decorator/archive/$pkgver.tar.gz") +source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/micheles/decorator/archive/${pkgver}.tar.gz") sha512sums=('c23c18bb7590dd1481fccdeae42b5722178eabb955d05d219824257525e1104dae3e4a5de52c22b8940afb76c67d99dd22a3b7223dd4b71b3dd0524e396e7b23') # Helper macros to help make tasks easier #