summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-08-03 19:07:15 +0200
committerD. Can Celasun2018-08-03 19:07:15 +0200
commitd85101717f54074a78cc36b10c4f4c881562db2a (patch)
treef01230877680fca893d7e13384293df3cedd465e /PKGBUILD
parent14e0a0ff2f2e1ca9e213aa0f28aa50e3f52f0bd3 (diff)
downloadaur-d85101717f54074a78cc36b10c4f4c881562db2a.tar.gz
[mkdocs] Update to 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d2ed5b5c0c5..9b108a0d4dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
# Contributor: Carl George < arch at cgtx dot us >
-pkgname="mkdocs"
-pkgver="0.17.4"
-pkgrel="1"
+pkgname=mkdocs
+pkgver=1.0
+pkgrel=1
pkgdesc="Project documentation with Markdown."
arch=("any")
url="http://www.mkdocs.org"
@@ -19,7 +19,7 @@ depends=(
)
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"$pkgname.bash_completion")
-sha256sums=('8ac2bacccb21ad9b824121bbed5f97e1eb6635323726cf300e7ca6410bd5f5b0'
+sha256sums=('f731d2164cd6ca2e74dc63787a82aa904534f680f8d4867dc294d14b42f7a802'
'66edd841378428e23fd617ff046fd8ea50b5cc5b70f3f3d50ac29bd5d33fd11f')
build() {