From a49a04fad38c766c54e033621fb791919426dd71 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Fri, 10 Jun 2022 16:42:57 +0200 Subject: [PATCH] New release. --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d61f39e..da08798 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-fpyutils pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use - pkgver = 2.1.0 - pkgrel = 2 + pkgver = 2.2.0 + pkgrel = 1 url = https://blog.franco.net.eu.org/software/#fpyutils arch = any license = GPL3 @@ -10,9 +10,9 @@ pkgbase = python-fpyutils depends = python-atomicwrites=1.4.0 depends = python-requests options = !emptydirs - source = https://blog.franco.net.eu.org/software/fpyutils-2.1.0/fpyutils-2.1.0.tar.gz.sig - source = https://blog.franco.net.eu.org/software/fpyutils-2.1.0/fpyutils-2.1.0.tar.gz + source = https://blog.franco.net.eu.org/software/fpyutils-2.2.0/fpyutils-2.2.0.tar.gz.sig + source = https://blog.franco.net.eu.org/software/fpyutils-2.2.0/fpyutils-2.2.0.tar.gz sha512sums = SKIP - sha512sums = 9c5efeb40bb76e3ed4515d45a73aae5bba25a8032b546b88e4ad1197f1761b72c1b4b64b89973b25a42bd34e819b240d0db99eb1b022ee48078cfeca16736a66 + sha512sums = 52daa849afa8060bf6ed4d86f016aa268ca24657fda1cdd8d8b4da1d41ad748bb8a7c4ad21e000a434f7c26e5d1bdfd72360777bd3ae6c209c4f942a78bae6ab pkgname = python-fpyutils diff --git a/PKGBUILD b/PKGBUILD index 59055ad..b6c3b08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Franco Masotti # Contributor: Franco Masotti pkgname=python-fpyutils -pkgver=2.1.0 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use" arch=('any') url="https://blog.franco.net.eu.org/software/#fpyutils" @@ -11,7 +11,7 @@ depends=('python' 'python-atomicwrites=1.4.0' 'python-requests') makedepends=('python-setuptools') options=(!emptydirs) source=("https://blog.franco.net.eu.org/software/fpyutils-${pkgver}/fpyutils-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/fpyutils-${pkgver}/fpyutils-${pkgver}.tar.gz") -sha512sums=('SKIP' '9c5efeb40bb76e3ed4515d45a73aae5bba25a8032b546b88e4ad1197f1761b72c1b4b64b89973b25a42bd34e819b240d0db99eb1b022ee48078cfeca16736a66') +sha512sums=('SKIP' '52daa849afa8060bf6ed4d86f016aa268ca24657fda1cdd8d8b4da1d41ad748bb8a7c4ad21e000a434f7c26e5d1bdfd72360777bd3ae6c209c4f942a78bae6ab') check() { cd "${srcdir}"/fpyutils-"${pkgver}"