summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-04-25 01:12:52 +0200
committerAlphaJack2024-04-25 01:12:52 +0200
commit83a5eecfaada0ad33dc9de0ecb701fed86f40c05 (patch)
tree65b1b53132376bc9a689631a5c1e0f29c13ead00 /PKGBUILD
parent2595ab6641e6a92010a62815ee24743d2f74738b (diff)
downloadaur-mkdocs.tar.gz
Updated mkdocs to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf7420f92ce4..4bf7bd054fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname="mkdocs"
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="Project documentation with Markdown"
url="https://www.mkdocs.org"
license=("BSD")
@@ -30,7 +30,7 @@ makedepends=("python-hatchling" "python-pathspec" "python-build" "python-install
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")
-b2sums=('d1e7ac739ea3a78f2a2d294a28c721f95cb8be6c114a5131893e346254ed1937218cc0d247e75092876d7f42dc04c8060fdc8d7535326f26a8f68ec11bc7045b')
+b2sums=('2a0d55c54509827fcff39c04812be6cff6b1ccbf823cc05a48fa154745a49aed08d811147fc5f64db138ede952dc89241b156f8e0e01e42a468f73309eece0fb')
build(){
cd "$pkgname-$pkgver"