summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-11-04 13:22:18 +0800
committerUniversebenzene2023-11-04 13:22:18 +0800
commit6786ccd94c134540fb8d81d1d31ea10b29dcf390 (patch)
tree55f73b69ea7a7bec1392211d5b86889b7df23b5d
parentbf8c72dd82c4ee8333aa04747ab3e9519e66ea9b (diff)
downloadaur-6786ccd94c134540fb8d81d1d31ea10b29dcf390.tar.gz
Update to version 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e6146ba90d..0b981ca1bc2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mkdocs-git-committers-plugin-2
pkgdesc = An MkDocs plugin to create a list of contributors on the page
- pkgver = 2.1.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/ojacques/mkdocs-git-committers-plugin-2
arch = any
license = MIT
checkdepends = python-nose
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/m/mkdocs-git-committers-plugin-2/mkdocs-git-committers-plugin-2-2.1.0.tar.gz
- md5sums = a7092f1402a2fe2e139898f14f2be27e
+ source = https://files.pythonhosted.org/packages/source/m/mkdocs-git-committers-plugin-2/mkdocs-git-committers-plugin-2-2.2.1.tar.gz
+ md5sums = f3856db37ac11eba316ea195a3df358a
pkgname = mkdocs-git-committers-plugin-2
depends = mkdocs>=1.0.3,
diff --git a/PKGBUILD b/PKGBUILD
index b513004b2751..bd1eeccbdb64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=mkdocs-git-committers-plugin-2
_pyname=${pkgbase}
pkgname=("${_pyname}")
-pkgver=2.1.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="An MkDocs plugin to create a list of contributors on the page"
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('python-setuptools-scm')
#checkdepends=('python-pytest')
checkdepends=('python-nose')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('a7092f1402a2fe2e139898f14f2be27e')
+md5sums=('f3856db37ac11eba316ea195a3df358a')
build() {
cd ${srcdir}/${_pyname}-${pkgver}