summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radović2023-05-25 23:09:36 +0200
committerAndrej Radović2023-05-25 23:09:36 +0200
commitafcb04eb017c4cdc43a32bfab8271dade7cdc974 (patch)
tree6b50e06fa72cb9e264fec0363dae812ea0036034 /PKGBUILD
parent2ba61e98f4622ee19a707d9621b0d59d78c6a28a (diff)
downloadaur-afcb04eb017c4cdc43a32bfab8271dade7cdc974.tar.gz
Updated build deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e323d8a39914..f6d1098bf352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mouser
_name=${pkgname#python-}
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Mouser Python API"
url="https://github.com/sparkmicro/mouser-api/"
depends=(
@@ -10,7 +10,7 @@ depends=(
'python-click'
'python-requests'
)
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-wheel python-poetry)
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")