summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2023-11-08 23:22:20 +0100
committerFranco Masotti2023-11-08 23:22:20 +0100
commit462f665436c4ebc4b6415488146d23e297258ca8 (patch)
treedb04f54ff4a574d978f58359f929e810e17bfaa2
parentb03542a0da1b8c7649cfb64cd84562086ea4307a (diff)
downloadaur-462f665436c4ebc4b6415488146d23e297258ca8.tar.gz
New release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 982f6194c0b0..f26b11268192 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 = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-fpyutils
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://blog.franco.net.eu.org/software/fpyutils-4.0.0/fpyutils-4.0.0.tar.gz.sig
- source = https://blog.franco.net.eu.org/software/fpyutils-4.0.0/fpyutils-4.0.0.tar.gz
+ source = https://blog.franco.net.eu.org/software/fpyutils-4.0.1/fpyutils-4.0.1.tar.gz.sig
+ source = https://blog.franco.net.eu.org/software/fpyutils-4.0.1/fpyutils-4.0.1.tar.gz
sha512sums = SKIP
- sha512sums = ffcad84e0e83ad06b7382ba5241ea17f67816469ddee39b56cb58eacf3f6941b9ae9717cd9978f24245f620a66ef973cae04f28665f2238dd02ac8a9a112924e
+ sha512sums = dc7f0fa225502cf7cc2f6878fd3d160e15d6f9290e67bb1e24ce51d7a7e2c25d6c3ecc87b0a47ca3aa129639fcc1cfb945d8c1e76bec625b9047a9520d280236
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 154b6d1ae9b4..d0c39a8698cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franco Masotti (See /README.md in project source)
# Contributor: Franco Masotti (See /README.md in project source)
pkgname=python-fpyutils
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-build'
'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' 'ffcad84e0e83ad06b7382ba5241ea17f67816469ddee39b56cb58eacf3f6941b9ae9717cd9978f24245f620a66ef973cae04f28665f2238dd02ac8a9a112924e')
+sha512sums=('SKIP' 'dc7f0fa225502cf7cc2f6878fd3d160e15d6f9290e67bb1e24ce51d7a7e2c25d6c3ecc87b0a47ca3aa129639fcc1cfb945d8c1e76bec625b9047a9520d280236')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"