summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-12-03 14:38:40 +1300
committerGeorge Rawlinson2020-12-03 14:38:40 +1300
commite028231c38c1ea64bfd26c9f8240ae4dcd9305bb (patch)
treeec1191c0181d4640d10ebed94cb91c0a2f47a723
parentc995ccb0789ae67b0f0c14fed507dd97b309e87c (diff)
downloadaur-e028231c38c1ea64bfd26c9f8240ae4dcd9305bb.tar.gz
upgpkg: python-auto-changelog 0.5.1-2
Python 3.9 rebuild.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f555023316e9..7e135591f528 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Michael-F-Bryan/auto-changelog
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c715b83d893b..b99516e028c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-auto-changelog
_pkgname="${pkgname#python-}"
_name="${_pkgname/-/_}"
pkgver=0.5.1
-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"