summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2020-06-26 12:50:00 +0200
committerFranco Masotti2020-06-26 12:50:00 +0200
commit4e8f19b8e3ec827401355cf8f5437fa08b1ac045 (patch)
treee8e6bb91068e277a9869c6a4186245fc843afa87
parentbccef76815f54baf071e5c95c06c122adb4d6072 (diff)
downloadaur-4e8f19b8e3ec827401355cf8f5437fa08b1ac045.tar.gz
Added missing dependencies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75fa4076943a..eeaa432ea94b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frnmst/fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
depends = python-atomicwrites=1.4.0
+ depends = python-yaml=5.3.1
+ depends = python-requests=2.24.0
options = !emptydirs
source = https://frnmst.gitlab.io/software/fpyutils-1.2.0.tar.gz.sig
source = https://frnmst.gitlab.io/software/fpyutils-1.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 193304068729..de08e28307da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
pkgver=1.2.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://github.com/frnmst/fpyutils"
license=('GPL3')
-depends=('python' 'python-atomicwrites=1.4.0')
+depends=('python' 'python-atomicwrites=1.4.0' 'python-yaml=5.3.1' 'python-requests=2.24.0')
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")