summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-17 15:53:27 -0400
committerDavid Birks2020-04-17 15:53:27 -0400
commit73acd747d792fd42c6a22a3c0e15757c45e95152 (patch)
tree50e1b9227da8a3a0543d9546f3421ffe96e1daf6 /PKGBUILD
parent89f1062bfd080bc26cd07c536fefbdc6b5ee289a (diff)
downloadaur-73acd747d792fd42c6a22a3c0e15757c45e95152.tar.gz
Update to 5.1.1 (re-released)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1373b2bed5a7..5dec7f24c0ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=("MIT")
depends=("mkdocs" "python-pygments" "pymdown-extensions" "python-mkdocs-minify-plugin")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('299d15a9b567a956348998017cce6dc9654e3cdb008ab6d8b11b89891224af1e')
+sha256sums=('fc6686a3ece70978c97a3131720873af382b0f8e97b5c4c9663d69b06cec2cd9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"