From f0606a08799663f12f7999945980dc1df06fe048 Mon Sep 17 00:00:00 2001 From: mia Date: Tue, 30 Jul 2024 12:58:25 -0700 Subject: replace requests with httpx --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PKGBUILD') 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) -- cgit 1.4.1