summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Squillace2022-10-29 00:20:44 +0200
committerFilippo Squillace2022-10-29 00:20:44 +0200
commit75b468c998122b80418707c2a3f52ab039d7c338 (patch)
treea33666b0245d056728b9319967bb62277ae554a4 /PKGBUILD
parentf64f3dfd882774bb6493572949b914999ef9b804 (diff)
downloadaur-75b468c998122b80418707c2a3f52ab039d7c338.tar.gz
Add poetry make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a806e25331a5..0a597d4acb6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://wiki.archlinux.org/title/Python_package_guidelines
pkgname=pearl-git
-pkgver=r129.0308e2a
+pkgver=r131.31797ee
pkgrel=1
pkgdesc="Package manager for dotfiles, plugins, programs and any form of code accessible via git. Allow to easily share and sync packages across systems and have them ready to work out of the box."
arch=('any')
@@ -13,7 +13,7 @@ url="https://github.com/pearl-core/pearl"
license=('GPL')
groups=()
depends=('git' 'python' 'python-setuptools')
-makedepends=(git python-build python-installer python-wheel)
+makedepends=(git python-build python-installer python-wheel python-poetry)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")