summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-05-07 10:12:27 +0200
committerMatheus2023-05-07 10:12:27 +0200
commit6539f37540749df80e3e3cbb179f89f824c84032 (patch)
tree43119f1f18365dec7c5c84b0d7a335b301643ad9
parent499d9d8684d6c103f25365035a05ba1cecd69084 (diff)
downloadaur-6539f37540749df80e3e3cbb179f89f824c84032.tar.gz
Dependency added.
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a15fbc45d6ac..e3d111baf48b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = yamlfix
makedepends = python-build
makedepends = python-installer
makedepends = python-pdm
+ makedepends = python-pdm-pep517
makedepends = python-pip
depends = python
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 76536e3035d0..8c7af09eaf31 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=("any")
url="https://github.com/lyz-code/${pkgname}"
license=("GPL3")
depends=("python" "python-click" "python-maison" "python-ruyaml")
-makedepends=("python-build" "python-installer" "python-pdm" "python-pip")
+makedepends=("python-build" "python-installer" "python-pdm" "python-pdm-pep517" "python-pip")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=("ecc537ec5a8637f4945d0edd04084cd730e39ebd8bb23408cf2367fe44aa601332b7c4add5adef4aa264bafb3bf80c5f9c233a02c9928f011267f7e0275db897")