summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-29 00:06:47 +0300
committerCaleb Maclennan2024-04-29 00:06:47 +0300
commit3e7a444718408d8547639f320f06db61b41636bb (patch)
tree1d717776b69af45f2490695a0ed4927760e0ff62
parente1d7ad5ac10f39693974cf2e8a56d5505ea404e3 (diff)
downloadaur-python-isbntools.tar.gz
upgpkg: python-isbntools 4.3.29-2
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 c82886a93dac..b78fe51f81bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-isbntools
pkgdesc = Extract, clean, transform, hyphenate and metadata for ISBNs
pkgver = 4.3.29
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/isbntools
arch = any
- license = LGPL3
+ license = LGPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 8c65aaa61802..01d162733046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-isbntools
_pyname="${pkgname#python-}"
pkgver=4.3.29
-pkgrel=1
+pkgrel=2
pkgdesc="Extract, clean, transform, hyphenate and metadata for ISBNs"
arch=(any)
url="https://pypi.python.org/pypi/$_pyname"
-license=(LGPL3)
+license=(LGPL-3.0-only)
depends=(python
python-isbnlib)
makedepends=(python-{build,installer,wheel}