summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 536762a0215a..d61f39e95b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://blog.franco.net.eu.org/software/#fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-atomicwrites=1.4.0
- depends = python-requests=2.26.0
+ depends = python-requests
options = !emptydirs
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
diff --git a/PKGBUILD b/PKGBUILD
index a3a4ba041318..59055ad5aff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
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-requests=2.26.0')
+depends=('python' 'python-atomicwrites=1.4.0' 'python-requests')
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")