diff options
author | git user | 2024-12-17 20:04:37 +0100 |
---|---|---|
committer | git user | 2024-12-17 20:04:37 +0100 |
commit | 158fc64fd9038d110caf0724ed1674e68522feef (patch) | |
tree | f790ef1fe9eecfe34a89dcc91a1c913713e680ad /PKGBUILD | |
parent | fecd68cde4b5891343da003bc17e13ee34aeb806 (diff) | |
download | aur-woice-git.tar.gz |
Added missing make dependency python-poetry.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ _pkgname=woice pkgname="${_pkgname}-git" epoch=0 pkgver=0.0.4.r10.20230912.6b7799f -pkgrel=3 +pkgrel=4 pkgdesc='Automatic login script for WIFIonICE public WiFi by Deutsche Bahn captive portals.' url='https://github.com/keans/woice' arch=(any) @@ -19,6 +19,7 @@ makedepends=( 'git' 'python-build' 'python-installer' + 'python-poetry' 'python-wheel' ) optdepends=( |