summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2024-05-04 11:11:13 +0200
committerMark Collins2024-05-04 11:11:13 +0200
commit730e004f9c3bdb4cc15f762ac44bb91ac6465acb (patch)
treecc2ee849523bb0ce56906a62cd51173dfc740a19
parent1f7ecf379dbd1288d5de3ac1543ecd3fc1a49f8e (diff)
downloadaur-730e004f9c3bdb4cc15f762ac44bb91ac6465acb.tar.gz
pkgrel bump for python 3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 994804e21ab9..c9e3bd3f257e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cpe
pkgdesc = Common Platform Enumeration for Python
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nilp0inter/cpe
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 6e76d6d1eba7..c3d09d2d6729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cpe
_name="${pkgname#python-}"
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Common Platform Enumeration for Python"
arch=(any)
url="https://github.com/nilp0inter/cpe"