summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2022-12-28 20:23:38 +0100
committerFranco Masotti2022-12-28 20:23:38 +0100
commitd7fa7ba59f232a065218236d2ed0bcb9d7d840a0 (patch)
tree969858253f498d9801ba4ea8e222f3c9f0d6cccf
parent6ffb834cdef1390d252f81298cc41d2caf307765 (diff)
downloadaur-d7fa7ba59f232a065218236d2ed0bcb9d7d840a0.tar.gz
New release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 363bc953f417..8adc7589f4ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 2.2.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- depends = python-atomicwrites=1.4.1
- depends = python-requests
options = !emptydirs
- source = https://blog.franco.net.eu.org/software/fpyutils-2.2.1/fpyutils-2.2.1.tar.gz.sig
- source = https://blog.franco.net.eu.org/software/fpyutils-2.2.1/fpyutils-2.2.1.tar.gz
+ source = https://blog.franco.net.eu.org/software/fpyutils-3.0.0/fpyutils-3.0.0.tar.gz.sig
+ source = https://blog.franco.net.eu.org/software/fpyutils-3.0.0/fpyutils-3.0.0.tar.gz
sha512sums = SKIP
- sha512sums = 4771fe2f0a8654f9ae1210e9315be263d63427b09c8ac4340b17cb9435854b82ce09071492ce028a8dbf4f37412d37013f6378255679731f8ad2f23c4ea6168b
+ sha512sums = 2b6b23ba65b258801b9cc71a794b49d125b62761dc1e8e455fcc8cac0d21123f177e69b46d0e59eb9e5f91693fbb8da09675d276d8eb3d0428b16a4d01546b32
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index ee0d9cc77b7a..511d4b0f47b1 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.2.1
+pkgver=3.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"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.4.1' 'python-requests')
+depends=('python')
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' '4771fe2f0a8654f9ae1210e9315be263d63427b09c8ac4340b17cb9435854b82ce09071492ce028a8dbf4f37412d37013f6378255679731f8ad2f23c4ea6168b')
+sha512sums=('SKIP' '2b6b23ba65b258801b9cc71a794b49d125b62761dc1e8e455fcc8cac0d21123f177e69b46d0e59eb9e5f91693fbb8da09675d276d8eb3d0428b16a4d01546b32')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"