summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"