summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-28 23:50:49 +0300
committerCaleb Maclennan2024-04-28 23:50:49 +0300
commit09876e9e7f8f29240ca3575ace07272a02b393cb (patch)
tree9fded13bb523b9f7375ebffc6804a58dca47e16c
parent97ba8075e43c60773d37552a7437d9fdfb1fe6b1 (diff)
downloadaur-python-orderedset.tar.gz
upgpkg: python-orderedset 2.0.3-4
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a313a9fc0ae0..e0003ae9bac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-orderedset
pkgdesc = An ordered set implementation in cython
pkgver = 2.0.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/simonpercivall/orderedset
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = cython
makedepends = python-build
makedepends = python-installer
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}