summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-11-11 11:16:52 +0800
committerUniversebenzene2021-11-11 11:16:52 +0800
commit3092b10d0215723b83de4fe67223c63ccb57a8c1 (patch)
tree11c999a7cbab021423e3587061aae0d2126f2a63 /PKGBUILD
parented85d97a0fa5f78bf18857e2ac15fd5cf27ba34a (diff)
downloadaur-3092b10d0215723b83de4fe67223c63ccb57a8c1.tar.gz
Update to version 0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ac84654abf..1e955abef0aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname="mkdocs-git-revision-date-localized-plugin"
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="MkDocs plugin to add a last updated date to your site pages"
url="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/"
@@ -13,7 +13,7 @@ replaces=("python-mkdocs-git-revision-date-localized-plugin")
depends=("mkdocs" "python-gitpython" "python-babel>=2.7.0")
makedepends=("python-setuptools")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('832e214c28bfc1fb3f74bd52455e21b5f2ef2cce9ab0efe42094cf680a379ad5')
+sha256sums=('ee33dc2239149b908662fafde47655113bafa5a4b481c7def318c0ece91e774d')
build(){
cd ${srcdir}/${pkgname}-${pkgver}