summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-04-25 01:12:52 +0200
committerAlphaJack2024-04-25 01:12:52 +0200
commit83a5eecfaada0ad33dc9de0ecb701fed86f40c05 (patch)
tree65b1b53132376bc9a689631a5c1e0f29c13ead00
parent2595ab6641e6a92010a62815ee24743d2f74738b (diff)
downloadaur-mkdocs.tar.gz
Updated mkdocs to 1.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe49daef4c77..35f51151d490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mkdocs
pkgdesc = Project documentation with Markdown
- pkgver = 1.5.3
- pkgrel = 2
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://www.mkdocs.org
arch = any
license = BSD
@@ -29,7 +29,7 @@ pkgbase = mkdocs
provides = mkdocs
conflicts = python-mkdocs
options = !strip
- source = mkdocs-1.5.3.tar.gz::https://github.com/mkdocs/mkdocs/archive/refs/tags/1.5.3.tar.gz
- b2sums = d1e7ac739ea3a78f2a2d294a28c721f95cb8be6c114a5131893e346254ed1937218cc0d247e75092876d7f42dc04c8060fdc8d7535326f26a8f68ec11bc7045b
+ source = mkdocs-1.6.0.tar.gz::https://github.com/mkdocs/mkdocs/archive/refs/tags/1.6.0.tar.gz
+ b2sums = 2a0d55c54509827fcff39c04812be6cff6b1ccbf823cc05a48fa154745a49aed08d811147fc5f64db138ede952dc89241b156f8e0e01e42a468f73309eece0fb
pkgname = mkdocs
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"