summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2023-11-06 20:26:36 +0100
committerFranco Masotti2023-11-06 20:26:36 +0100
commitb03542a0da1b8c7649cfb64cd84562086ea4307a (patch)
treef09458b5cf524301e7abac244915498876787027
parent5397d91ff1cc0225e9c650ffdc369d44a920a0fb (diff)
downloadaur-b03542a0da1b8c7649cfb64cd84562086ea4307a.tar.gz
New release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 108158d25c94..982f6194c0b0 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 = 3.0.1
+ pkgver = 4.0.0
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-3.0.1/fpyutils-3.0.1.tar.gz.sig
- source = https://blog.franco.net.eu.org/software/fpyutils-3.0.1/fpyutils-3.0.1.tar.gz
+ 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
sha512sums = SKIP
- sha512sums = 8aa0fcefada2bebe76f5d9033f54efaf9652cc8deb0a8e6015f27fdb0c83f49e12fec1790462d07f6cc56cb20a270df199091633e1992fae02bea136254de35d
+ sha512sums = ffcad84e0e83ad06b7382ba5241ea17f67816469ddee39b56cb58eacf3f6941b9ae9717cd9978f24245f620a66ef973cae04f28665f2238dd02ac8a9a112924e
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 43b0e3598e99..154b6d1ae9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Franco Masotti <franco dot masotti at tutanota dot com>
-# Contributor: Franco Masotti <franco dot masotti at tutanota dot com>
+# Maintainer: Franco Masotti (See /README.md in project source)
+# Contributor: Franco Masotti (See /README.md in project source)
pkgname=python-fpyutils
-pkgver=3.0.1
+pkgver=4.0.0
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' '8aa0fcefada2bebe76f5d9033f54efaf9652cc8deb0a8e6015f27fdb0c83f49e12fec1790462d07f6cc56cb20a270df199091633e1992fae02bea136254de35d')
+sha512sums=('SKIP' 'ffcad84e0e83ad06b7382ba5241ea17f67816469ddee39b56cb58eacf3f6941b9ae9717cd9978f24245f620a66ef973cae04f28665f2238dd02ac8a9a112924e')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"