summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2021-12-13 02:16:22 +0200
committerMartin Rys2021-12-13 02:16:22 +0200
commit74a29705c2bc491210fe13189064ce0606b80b47 (patch)
treec2c87b35a48391cb5c52d18fa7f4c75cd89c143e
parentc10488917469fcf3d59df2c66cd2e08304c82289 (diff)
downloadaur-74a29705c2bc491210fe13189064ce0606b80b47.tar.gz
Bump for Python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c9deb770829..dc043f4e6df8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-stagger
pkgdesc = ID3v1/ID3v2 tag manipulation package in pure Python 3
pkgver = 1.0.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/lorentey/stagger
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 80c768ed2a5f..7c66cd0bb71c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('python-stagger')
pkgver=1.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="ID3v1/ID3v2 tag manipulation package in pure Python 3"
arch=('any')
url="https://github.com/lorentey/stagger"