diff options
author | mia <mia@mia.jetzt> | 2024-07-30 12:58:25 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-07-30 12:58:25 -0700 |
commit | f0606a08799663f12f7999945980dc1df06fe048 (patch) | |
tree | 704d7b702beb5c1a16299930519e3cc01b4bbaaa /PKGBUILD | |
parent | 1d3ae7d37838be13b7c5dc28f0657577eeaff759 (diff) | |
download | zoner-f0606a08799663f12f7999945980dc1df06fe048.tar.gz zoner-f0606a08799663f12f7999945980dc1df06fe048.zip |
replace requests with httpx
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD index 0ca8b12..61492ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ pkgname=zoner -pkgver=1 -pkgrel=2 +pkgver=2 +pkgrel=1 arch=(any) makedepends=(python-build python-installer python-wheel) -depends=(python-requests) +depends=(python-httpx) source=(pyproject.toml zoner.py compdef.zsh) sha256sums=(SKIP SKIP SKIP) license=(MIT) |