summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-12-24 01:18:10 +0300
committerCaleb Maclennan2024-12-24 01:18:10 +0300
commit96b639ba0e4111046ea97495188e84c1d8321ccc (patch)
treecf444d0f29f438268cd742eb001222b53aa634e5
parent9f37a5bb89dc956376ac78b2890c3ec9e18fa1e2 (diff)
downloadaur-96b639ba0e4111046ea97495188e84c1d8321ccc.tar.gz
upgpkg: python-shortuuid 1.0.13-3
Rebuild for Python 3.13
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f41b77f4a5f..0e7aa2902d80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-shortuuid
pkgdesc = library that generates concise, unambiguous, URL-safe UUIDs
pkgver = 1.0.13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/skorokithakis/shortuuid
arch = any
license = BSD-3-Clause
diff --git a/PKGBUILD b/PKGBUILD
index f1a7933debc6..8e8805e0efd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-shortuuid
_pkgname=${pkgname#python-}
pkgver=1.0.13
-pkgrel=2
+pkgrel=3
pkgdesc='library that generates concise, unambiguous, URL-safe UUIDs'
arch=(any)
url="https://github.com/skorokithakis/$_pkgname"