summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2022-06-10 16:42:57 +0200
committerFranco Masotti2022-06-10 16:42:57 +0200
commita49a04fad38c766c54e033621fb791919426dd71 (patch)
tree4879725e84af15d5715005a623796573c6ea7443
parentaf9a298142645055cb980c777a2ecec244c2fc40 (diff)
downloadaur-a49a04fad38c766c54e033621fb791919426dd71.tar.gz
New release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61f39e95b5f..da0879820cdd 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 59055ad5aff6..b6c3b0821a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
# Contributor: Franco Masotti <franco dot masotti at live dot com>
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}"