summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-29 23:40:04 +0300
committerCaleb Maclennan2024-04-29 23:40:04 +0300
commitc5608eb99de0299715a597c56d762d7b33af9eb7 (patch)
tree5259ccd85a84683139e88f7403740e8e2105602b /PKGBUILD
parent6bf13069dd1460210008a808131b25334486fa20 (diff)
downloadaur-python-dvc-objects.tar.gz
upgpkg: python-dvc-objects 5.1.0-2
Rebuild for Python 3.12, cleanup packaging odds and ends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bcd747b68da..16207cb9e74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='DVC objects'
arch=(any)
-license=(Apache)
+license=(Apache-2.0)
url="https://github.com/iterative/$_pkgname"
_pydeps=(diskcache
flatten-dict
@@ -14,8 +14,7 @@ _pydeps=(diskcache
funcy
nanotime
shortuuid
- tqdm
- typing-extensions)
+ tqdm)
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}