summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-03 23:21:37 +0300
committerCaleb Maclennan2023-05-03 23:21:37 +0300
commit90a071a25e7f262d93caca5ab2e742ff5759fc38 (patch)
treeb255819c396c814491884734d57cb5e5970eadc1
parentce7f1ab53db7791a6f6be0e32005c7fc7384db95 (diff)
downloadaur-90a071a25e7f262d93caca5ab2e742ff5759fc38.tar.gz
upgpkg: python-shortuuid 1.0.11-2
Rebuild for Python 3.11, normalize PEP517 build tooling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac6490ed437..934f49f0155b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-shortuuid
pkgdesc = library that generates concise, unambiguous, URL-safe UUIDs
pkgver = 1.0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/skorokithakis/shortuuid
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 66d2c3fbfe5b..98834b32b66b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-shortuuid
_pkgname=${pkgname#python-}
pkgver=1.0.11
-pkgrel=1
+pkgrel=2
pkgdesc='library that generates concise, unambiguous, URL-safe UUIDs'
arch=(any)
url="https://github.com/skorokithakis/$_pkgname"