summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-10-17 08:51:44 +0200
committerAlphaJack2022-10-17 08:51:44 +0200
commit0979f578dd507e2689e1dd571a7df46c91effc93 (patch)
tree8fb77a18288d5e9e3eda188e43478f7ed6486996 /PKGBUILD
parent47146f65b353560bcb328a3e48280de6e6a3c127 (diff)
downloadaur-0979f578dd507e2689e1dd571a7df46c91effc93.tar.gz
Updated mkdocs to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a9fd25068de..c0541d0dce74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname="mkdocs"
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Project documentation with Markdown"
url="https://www.mkdocs.org"
license=("BSD")
@@ -30,7 +30,7 @@ makedepends=("python-build" "python-installer" "python-wheel")
optdepends=("python-lunr: to prebuild search index")
options=("!strip")
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('c019362e96368cff84953338296262854c8cebe12e233225df3286c58d556dd9')
+sha256sums=('ade48601051685732aab14fc2e58f7f42e02c39c11ee15b4630484670626a2fc')
build(){
cd "$pkgname-$pkgver"