summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-13 06:26:19 +0000
committerGeorge Rawlinson2021-12-13 06:26:19 +0000
commitf6b21ddee066c37749806526a0760be46c296d55 (patch)
tree3e2bfa66988ee00ea96c7e07c36e4dcb8fc9a389
parent8a34546f04524b24852b416f1136023b094499ea (diff)
downloadaur-python-auto-changelog.tar.gz
upgpkg: python-auto-changelog; python 3.10 rebuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10b4d88b5d5d..70f25e4c8a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-auto-changelog
pkgdesc = Generates changelogs for git repositories using conventional style commit messages
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Michael-F-Bryan/auto-changelog
arch = any
license = MIT
@@ -16,4 +16,3 @@ pkgbase = python-auto-changelog
b2sums = ebac96acd5dc1abc318e6bdc492277b73aee8cbed750ecec002ad1777be5d9e013f52d8d42083691cad323e75486406ed9e895d283a688fa754f9362a42debbe
pkgname = python-auto-changelog
-
diff --git a/PKGBUILD b/PKGBUILD
index b7375dce12d0..aeaed46277a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-auto-changelog
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Generates changelogs for git repositories using conventional style commit messages"
arch=('any')
url="https://github.com/Michael-F-Bryan/auto-changelog"