summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radovic2022-03-01 12:16:46 +0100
committerAndrej Radovic2022-03-01 12:16:46 +0100
commitac11ef090c1b0be936a388d5c01026b9a27ac404 (patch)
treed2ef636aa22e3590c90f779a20a10b958e1d718d /PKGBUILD
parentf9a4900238c9f78b3302bfcf95827e0c4251815f (diff)
downloadaur-python-poetryup.tar.gz
Another packaging fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45464ac9260e..24fa23b9445d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-poetryup
_name=${pkgname#python-}
pkgver=0.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="Updates dependencies and bumps their version in Poetry."
url="https://github.com/MousaZeidBaker/poetryup"
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=(
+depends=(
+ 'python'
'python-poetry'
'python-typer'
'python-packaging'
)
+makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")