summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2021-11-30 14:01:11 +0100
committerFranco Masotti2021-11-30 14:01:11 +0100
commitdf3d19e5caa163b9aefac068da4f6b32ba384418 (patch)
treef819d1dea5948c079b7b19634f3624091d2fdd9f
parentc10ccbf8f902b0ea12a6bf5a4a1b0559764e7e85 (diff)
downloadaur-df3d19e5caa163b9aefac068da4f6b32ba384418.tar.gz
New release.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b570d6babc6..536762a0215a 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.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
@@ -8,12 +8,11 @@ pkgbase = python-fpyutils
makedepends = python-setuptools
depends = python
depends = python-atomicwrites=1.4.0
- depends = python-yaml=5.4.1.1
depends = python-requests=2.26.0
options = !emptydirs
- 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
+ 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
sha512sums = SKIP
- sha512sums = 5d11ed532b321b383dbaed8adbecd5686b1acbf2da25ff05b599b0312ebad64bffe2f83f71a291ecdd81472116de01589fbbc59dd6f4a102d0d442e360849f41
+ sha512sums = 9c5efeb40bb76e3ed4515d45a73aae5bba25a8032b546b88e4ad1197f1761b72c1b4b64b89973b25a42bd34e819b240d0db99eb1b022ee48078cfeca16736a66
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 008455a15640..a3a4ba041318 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.1
+pkgver=2.1.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"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.4.1.1' 'python-requests=2.26.0')
+depends=('python' 'python-atomicwrites=1.4.0' 'python-requests=2.26.0')
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' '5d11ed532b321b383dbaed8adbecd5686b1acbf2da25ff05b599b0312ebad64bffe2f83f71a291ecdd81472116de01589fbbc59dd6f4a102d0d442e360849f41')
+sha512sums=('SKIP' '9c5efeb40bb76e3ed4515d45a73aae5bba25a8032b546b88e4ad1197f1761b72c1b4b64b89973b25a42bd34e819b240d0db99eb1b022ee48078cfeca16736a66')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"