summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-11-18 12:02:23 +0100
committerAlphaJack2023-11-18 12:02:23 +0100
commit4fc711be27b1eb9f80351cd7d7af494fcae7eb23 (patch)
treed0d73fdee306f423be995994e4d425c83c27363d /PKGBUILD
parentfbb8f2e05f80be13dd3dbbf12185f41d080b4ca7 (diff)
downloadaur-mkdocs-rss-plugin.tar.gz
Updated mkdocs-rss-plugin to 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5ad20bbc921..eadf930154c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="mkdocs-rss-plugin"
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="MkDocs plugin to generate a RSS feeds for created and updated pages, using git log"
url="https://guts.github.io/mkdocs-rss-plugin/"
@@ -12,7 +12,7 @@ replaces=("python-mkdocs-rss-plugin-git")
depends=("mkdocs" "python-jinja" "python-gitpython")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('10d2aa9f474015c80e00f956e6285f675ee7cad274b8b801a085131fc9a19c39')
+b2sums=('617048ab8e562c3b90924e4f7ce2a059b1d150f4963e01b0d11372502ea38066d954e4376b4d59c4b6dbd81df1f712daef645974d28f2cd23cfa513806812310')
build(){
cd "$pkgname-$pkgver"