summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2022-10-27 18:33:11 +0200
committerFranco Masotti2022-10-27 18:33:11 +0200
commit6ffb834cdef1390d252f81298cc41d2caf307765 (patch)
treea444166c582c1312b3466725d6aedc13bf11fbfc
parenta49a04fad38c766c54e033621fb791919426dd71 (diff)
downloadaur-6ffb834cdef1390d252f81298cc41d2caf307765.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 da0879820cdd..363bc953f417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- depends = python-atomicwrites=1.4.0
+ depends = python-atomicwrites=1.4.1
depends = python-requests
options = !emptydirs
- 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
+ source = https://blog.franco.net.eu.org/software/fpyutils-2.2.1/fpyutils-2.2.1.tar.gz.sig
+ source = https://blog.franco.net.eu.org/software/fpyutils-2.2.1/fpyutils-2.2.1.tar.gz
sha512sums = SKIP
- sha512sums = 52daa849afa8060bf6ed4d86f016aa268ca24657fda1cdd8d8b4da1d41ad748bb8a7c4ad21e000a434f7c26e5d1bdfd72360777bd3ae6c209c4f942a78bae6ab
+ sha512sums = 4771fe2f0a8654f9ae1210e9315be263d63427b09c8ac4340b17cb9435854b82ce09071492ce028a8dbf4f37412d37013f6378255679731f8ad2f23c4ea6168b
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index b6c3b0821a13..ee0d9cc77b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# 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.2.0
+pkgver=2.2.1
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"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.4.0' 'python-requests')
+depends=('python' 'python-atomicwrites=1.4.1' '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' '52daa849afa8060bf6ed4d86f016aa268ca24657fda1cdd8d8b4da1d41ad748bb8a7c4ad21e000a434f7c26e5d1bdfd72360777bd3ae6c209c4f942a78bae6ab')
+sha512sums=('SKIP' '4771fe2f0a8654f9ae1210e9315be263d63427b09c8ac4340b17cb9435854b82ce09071492ce028a8dbf4f37412d37013f6378255679731f8ad2f23c4ea6168b')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"