Skip to content

Commit

Permalink
sdkmanager: add missing depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed May 12, 2024
1 parent f5dc803 commit 0c901e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinuxcn/sdkmanager/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgdesc="A drop-in replacement for sdkmanager from the Android SDK written in Py
arch=('any')
url="https://gitlab.com/fdroid/${pkgname}"
license=('AGPL-3.0-or-later')
depends=('python-argcomplete' 'python-requests')
depends=('python-argcomplete' 'python-requests' 'python-looseversion')
optdepends=('gnupg')
makedepends=('python-setuptools')
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
Expand Down

0 comments on commit 0c901e7

Please sign in to comment.