diff options
author | fdev31 | 2023-05-19 15:28:55 +0200 |
---|---|---|
committer | fdev31 | 2023-05-19 15:28:55 +0200 |
commit | 27c7007f9e51ce2c42ac475c35348f95c6cfd750 (patch) | |
tree | 3b2737e1310b9b42c66f10769e55266af59a7567 | |
parent | 1b53b0db2f9a5cc1dda617d5bbeebeac5a01b149 (diff) | |
download | aur-27c7007f9e51ce2c42ac475c35348f95c6cfd750.tar.gz |
add poetry dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ pkgbase = pyprland pkgdesc = Easy scratchpads, smart monitor placement and more Hyprland tweaks pkgver = 1.3.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/fdev31/pyprland arch = any license = MIT makedepends = git makedepends = python-build makedepends = python-installer + makedepends = python-poetry depends = python provides = pyprland conflicts = pyprland @@ -2,14 +2,14 @@ # Contributor: Fabien Devaux <fdev31@gmail.com> pkgname=pyprland pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Easy scratchpads, smart monitor placement and more Hyprland tweaks" arch=(any) url="https://github.com/fdev31/pyprland" license=('MIT') groups=() depends=('python') -makedepends=('git' 'python-build' 'python-installer') +makedepends=('git' 'python-build' 'python-installer' 'python-poetry') provides=("${pkgname}") conflicts=("${pkgname}") replaces=() |