summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2021-10-13 21:40:48 +0200
committerAlphaJack2021-10-13 21:40:48 +0200
commitb4f2cc752b1a1841a501eb94bd57ed976fca24cb (patch)
tree8ec9b93dd7503dfe3e6574baa405e103c7aa368a /PKGBUILD
parent367dd08c0f7c57be35776bf6df70bdd97ea1b4ed (diff)
downloadaur-b4f2cc752b1a1841a501eb94bd57ed976fca24cb.tar.gz
Updated package to 1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3d560383e49..1d75bba52cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname="mkdocs"
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=2
pkgdesc="Project documentation with Markdown"
url="https://www.mkdocs.org"
@@ -29,7 +29,7 @@ depends=("python-babel"
makedepends=("python-setuptools")
optdepends=("python-lunr: to prebuild search index")
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=("998cbf9f7933a5b769824e520c92d42c1e4b54285ee49a7dcc1e618bfdf56131")
+sha256sums=('b1859f34c6177c94cc360039fe467292cdbc775986949fc5448a94d0ba7c1892')
prepare(){
# the package wants 2.0, but repo (and pypi) use 0.10