summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2021-04-10 21:13:03 +0200
committerFranco Masotti2021-04-10 21:13:03 +0200
commit7b5b46f1ecbb27a55cb01d59969aa69b355968a9 (patch)
treea4688336eac7a851ba8454e29efa6a87f5b37eed
parentad4c5d7ec447649f003935faad22eb9c0f996a14 (diff)
downloadaur-7b5b46f1ecbb27a55cb01d59969aa69b355968a9.tar.gz
New release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125c7b3f5eee..c93bd7a2930a 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 = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/frnmst/fpyutils
arch = any
@@ -8,13 +8,13 @@ pkgbase = python-fpyutils
makedepends = python-setuptools
depends = python
depends = python-atomicwrites=1.4.0
- depends = python-yaml=5.3.1
+ depends = python-yaml=5.4.1.1
depends = python-requests=2.25.1
options = !emptydirs
- source = https://frnmst.gitlab.io/software/fpyutils-1.2.2.tar.gz.sig
- source = https://frnmst.gitlab.io/software/fpyutils-1.2.2.tar.gz
+ 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
sha512sums = SKIP
- sha512sums = 594734fff54bd5f5e830aefc1aa91af16c1880d7495787faa88f00cc6ef64047a5ac07a8c2030766be7992426329941e123a6a017147f9c4dbf489dcf467c784
+ sha512sums = ded4081bc172ee5a8038f5d2ec0b24b044af8742b39e8afcabd5989e3a8d436714b87395865c2772f9b7c7466809bfb3f278a9d420c6f16e604c4bcd379fe02b
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 5dc46460c9c5..56bac60cd3dd 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=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
url="https://github.com/frnmst/fpyutils"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.3.1' 'python-requests=2.25.1')
+depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.4.1.1' 'python-requests=2.25.1')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://frnmst.gitlab.io/software/fpyutils-${pkgver}.tar.gz.sig" "https://frnmst.gitlab.io/software/fpyutils-${pkgver}.tar.gz")
-sha512sums=('SKIP' '594734fff54bd5f5e830aefc1aa91af16c1880d7495787faa88f00cc6ef64047a5ac07a8c2030766be7992426329941e123a6a017147f9c4dbf489dcf467c784')
+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")
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"