summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-28 23:50:49 +0300
committerCaleb Maclennan2024-04-28 23:50:49 +0300
commit09876e9e7f8f29240ca3575ace07272a02b393cb (patch)
tree9fded13bb523b9f7375ebffc6804a58dca47e16c /PKGBUILD
parent97ba8075e43c60773d37552a7437d9fdfb1fe6b1 (diff)
downloadaur-09876e9e7f8f29240ca3575ace07272a02b393cb.tar.gz
upgpkg: python-orderedset 2.0.3-4
Rebuild for Python 3.12, cleanup packaging odds and ends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 429239728db1..6d51f7452fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pyname=orderedset
pkgname=python-$_pyname
pkgver=2.0.3
-pkgrel=3
+pkgrel=4
pkgdesc='An ordered set implementation in cython'
arch=(x86_64)
url=https://github.com/simonpercivall/$_pyname
-license=(BSD)
+license=(BSD-3-Clause)
depends=(python)
makedepends=(cython
python-{build,installer,wheel}