summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-05-24 10:31:02 -0400
committerDavid Birks2019-05-24 10:31:02 -0400
commitd46d4da03646f2934206609c3aa6027ba5b21a9d (patch)
tree30b331ba25758b99e3beef2f0e4876af58f2a1e3 /PKGBUILD
parentbe55da02b06c1ee5fff080f2c47eebf043dd4dce (diff)
downloadaur-d46d4da03646f2934206609c3aa6027ba5b21a9d.tar.gz
Update to 4.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 332369167936..fbaa54576a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc="Material design theme for MkDocs"
arch=("any")
@@ -13,7 +13,7 @@ license=("MIT")
depends=("mkdocs" "python-pygments" "pymdown-extensions")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('c7147fe231d59649cc8eed8f76c689e69fce7412145a8d4e8c788ab2ebec5462')
+sha256sums=('af414e8cb52c4c599cb6997d96359cb62a06ebc3745f8faab182610eacbcdfb8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"