From b3aaf548e8c71cd0b7329aa79edb2ffcdd758482 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Mon, 24 Apr 2023 18:14:18 +0000 Subject: [PATCH] python-alembic: update to 1.10.4 --- mingw-w64-python-alembic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-alembic/PKGBUILD b/mingw-w64-python-alembic/PKGBUILD index 9d05500a29..2bba648e50 100644 --- a/mingw-w64-python-alembic/PKGBUILD +++ b/mingw-w64-python-alembic/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.10.3 +pkgver=1.10.4 pkgrel=1 pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-mock") options=('staticlibs' 'strip' '!debug') source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz) -sha512sums=('5665ae9429a6b828b6357bde170e011ef5a18cb5642c5b5ade123046dfbad307c238c0188b4c35db59217c7921f43b2b92192b84b51ee269a39766957ca0be7f') +sha512sums=('bf49aff7d04fbbc966df351451dacd921c3b292313c1077d6b02a2679aeeef086313cd11ede8880c056950f8359bd9ab6e3f5219ae859e48d0298aeb8ea9e398') prepare() { cd "${srcdir}"