summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-04-18 12:57:23 -0500
committerLuis Martinez2022-04-18 12:57:23 -0500
commita94e186e7a676d3edb3a87f50526a59fb785d060 (patch)
tree56bd6b917b7efe9f11c38a31c72f36a5d450c28b /PKGBUILD
parent874952775b5683d04fe83fe659ed55c6cc902026 (diff)
downloadaur-a94e186e7a676d3edb3a87f50526a59fb785d060.tar.gz
add missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b3c0192481a..fdd210ab4133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=python-ftputil
_pkg=ftputil
pkgver=5.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="High-level FTP client library"
arch=('any')
url="https://ftputil.sschwarzer.net/"
license=('BSD')
+depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
# checkdepends=('python-pytest' 'python-freezegun')
changelog=announcements.txt