From 93ea0dc1aa1711a1cb90808f12b3685558dcd839 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 25 Aug 2022 12:27:27 +0000 Subject: [PATCH] python-fastimport: update to 0.9.14 --- python-fastimport/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-fastimport/PKGBUILD b/python-fastimport/PKGBUILD index 719c3348..a853cec1 100644 --- a/python-fastimport/PKGBUILD +++ b/python-fastimport/PKGBUILD @@ -3,8 +3,8 @@ _realname=fastimport pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=0.9.8 -pkgrel=4 +pkgver=0.9.14 +pkgrel=1 pkgdesc="VCS fastimport/fastexport parser" arch=('any') license=('GPL') @@ -12,7 +12,7 @@ url="https://pypi.python.org/pypi/fastimport/" depends=('python') makedepends=('python-setuptools') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('b2f2e8eb97000256e1aab83d2a0a053fc7b93c3aa4f7e9b971a5703dfc5963b9') +sha256sums=('6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca') build() { cd "${srcdir}/${_realname}-${pkgver}"