summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2022-02-21 19:13:52 +0100
committerFranco Masotti2022-02-21 19:13:52 +0100
commitaf9a298142645055cb980c777a2ecec244c2fc40 (patch)
treef0881479aa26eb3dd629b0550ad9412535e97d21
parentdf3d19e5caa163b9aefac068da4f6b32ba384418 (diff)
downloadaur-af9a298142645055cb980c777a2ecec244c2fc40.tar.gz
Removed version constraint.
-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")