summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-03-17 14:59:35 +0100
committerKlaus Alexander Seistrup2024-03-17 14:59:35 +0100
commit41f0c0cafdc6e28ba059d3acc366de0e77f22af1 (patch)
tree78ffed8551eca2c53b4919cda43efde28a1a7a6a
parent4abf9c77ab1f643e5b909317417dc4f7f60bad88 (diff)
downloadaur-41f0c0cafdc6e28ba059d3acc366de0e77f22af1.tar.gz
Add python-hatchling to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5be4f75f5ce..62c979328e4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-urllib3-future-git
pkgdesc = Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces (built from latest commit)
- pkgver = 2.6.902.r0.ga2dcd0bb
+ pkgver = 2.6.905.r0.gd3a06c3c
pkgrel = 1
url = https://github.com/jawah/urllib3.future
arch = any
license = MIT
makedepends = git
makedepends = python-build
+ makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 483bffee5909..89e07f2c6417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='python-urllib3-future-git'
_pkgname="${pkgname/-git/}"
_srcname="${_pkgname/python-/}"
_srcdir="${_srcname/-/.}"
-pkgver=2.6.902.r0.ga2dcd0bb
+pkgver=2.6.905.r0.gd3a06c3c
pkgrel=1
pkgdesc='Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces (built from latest commit)'
arch=('any')
@@ -14,6 +14,7 @@ license=('MIT') # SPDX-License-Identifier: MIT
makedepends=(
'git'
'python-build'
+ 'python-hatchling'
'python-installer'
'python-wheel'
)