summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2019-11-16 22:35:15 +0100
committerArthur Vuillard2019-11-16 22:35:15 +0100
commit94568cecd634340e7e3506a85c2290e8f79e2572 (patch)
tree7f5db3dbf85449234a47c7711a2ccbd932bec1e6
parent6386363f44f7506c474f54e6b999c818011e967a (diff)
downloadaur-94568cecd634340e7e3506a85c2290e8f79e2572.tar.gz
bump pkgrel with python upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ca80f14ce06..136fd4cd8524 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 = 1
+ pkgrel = 2
url = http://github.com/lorentey/stagger
arch = any
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 70b7f5c21d33..6b1cc3a007b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('python-stagger')
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="ID3v1/ID3v2 tag manipulation package in pure Python 3"
arch=('any')
url="http://github.com/lorentey/stagger"