summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2021-07-31 01:31:03 +0200
committerFranco Masotti2021-07-31 01:31:03 +0200
commitc10ccbf8f902b0ea12a6bf5a4a1b0559764e7e85 (patch)
tree9f94289522ccbc7edc471d8d16563d1d65503f8d
parent3bf9b123b2fb7ae03eeecbe865acc9f6de73b1b6 (diff)
downloadaur-c10ccbf8f902b0ea12a6bf5a4a1b0559764e7e85.tar.gz
New release.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966ba837a0b0..4b570d6babc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
@@ -9,12 +9,11 @@ pkgbase = python-fpyutils
depends = python
depends = python-atomicwrites=1.4.0
depends = python-yaml=5.4.1.1
- depends = python-requests=2.25.1
+ depends = python-requests=2.26.0
options = !emptydirs
- source = https://blog.franco.net.eu.org/software/fpyutils-2.0.0.tar.gz.sig
- source = https://blog.franco.net.eu.org/software/fpyutils-2.0.0.tar.gz
+ source = https://blog.franco.net.eu.org/software/fpyutils-2.0.1/fpyutils-2.0.1.tar.gz.sig
+ source = https://blog.franco.net.eu.org/software/fpyutils-2.0.1/fpyutils-2.0.1.tar.gz
sha512sums = SKIP
- sha512sums = 7e56dd953a151369a44b2f7b89c2e28963c744038f54ec24179c7035d272f06787b8ed37eb3ecd794a924f3dd94c845232d225e154e175219aac408415918c5a
+ sha512sums = 5d11ed532b321b383dbaed8adbecd5686b1acbf2da25ff05b599b0312ebad64bffe2f83f71a291ecdd81472116de01589fbbc59dd6f4a102d0d442e360849f41
pkgname = python-fpyutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 200bd934aa9e..008455a15640 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.0.0
+pkgver=2.0.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-yaml=5.4.1.1' 'python-requests=2.25.1')
+depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.4.1.1' 'python-requests=2.26.0')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://blog.franco.net.eu.org/software/fpyutils-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/fpyutils-${pkgver}.tar.gz")
-sha512sums=('SKIP' '7e56dd953a151369a44b2f7b89c2e28963c744038f54ec24179c7035d272f06787b8ed37eb3ecd794a924f3dd94c845232d225e154e175219aac408415918c5a')
+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' '5d11ed532b321b383dbaed8adbecd5686b1acbf2da25ff05b599b0312ebad64bffe2f83f71a291ecdd81472116de01589fbbc59dd6f4a102d0d442e360849f41')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"