summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2021-04-27 23:14:31 +0200
committerFranco Masotti2021-04-27 23:14:31 +0200
commit3bf9b123b2fb7ae03eeecbe865acc9f6de73b1b6 (patch)
tree55134af166c1e2fb1e9b3493901890e32a0ab7da
parent9a9c955e4da97ebac11ddb2a3bef8bdfd5e8e80e (diff)
downloadaur-3bf9b123b2fb7ae03eeecbe865acc9f6de73b1b6.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 3be100f3afda..966ba837a0b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 1.2.3
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
license = GPL3
@@ -11,10 +11,10 @@ pkgbase = python-fpyutils
depends = python-yaml=5.4.1.1
depends = python-requests=2.25.1
options = !emptydirs
- source = https://blog.franco.net.eu.org/software/fpyutils-1.2.3.tar.gz.sig
- source = https://blog.franco.net.eu.org/software/fpyutils-1.2.3.tar.gz
+ 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
sha512sums = SKIP
- sha512sums = ded4081bc172ee5a8038f5d2ec0b24b044af8742b39e8afcabd5989e3a8d436714b87395865c2772f9b7c7466809bfb3f278a9d420c6f16e604c4bcd379fe02b
+ sha512sums = 7e56dd953a151369a44b2f7b89c2e28963c744038f54ec24179c7035d272f06787b8ed37eb3ecd794a924f3dd94c845232d225e154e175219aac408415918c5a
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 566039279216..200bd934aa9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
-pkgver=1.2.3
-pkgrel=2
+pkgver=2.0.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"
@@ -11,7 +11,7 @@ depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.4.1.1' 'python-requ
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' "ded4081bc172ee5a8038f5d2ec0b24b044af8742b39e8afcabd5989e3a8d436714b87395865c2772f9b7c7466809bfb3f278a9d420c6f16e604c4bcd379fe02b")
+sha512sums=('SKIP' '7e56dd953a151369a44b2f7b89c2e28963c744038f54ec24179c7035d272f06787b8ed37eb3ecd794a924f3dd94c845232d225e154e175219aac408415918c5a')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"