summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c095c91c02d..33c34dc73ab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname="mkdocs-minify-plugin"
-pkgver=0.7.2
+pkgver=0.8.0
pkgrel=1
pkgdesc="A mkdocs plugin to minify the HTML of a page before it is written to disk"
url="https://github.com/byrnereese/mkdocs-minify-plugin"
@@ -13,7 +13,7 @@ replaces=("python-mkdocs-minify-plugin")
depends=("mkdocs" "python-htmlmin2>=0.1.13" "python-jsmin" "python-csscompressor")
makedepends=("python-setuptools" "python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('31bccca289143a2936e8f9d2dd55986a4a2d1545251b376e8c6677b2188414ac')
+sha256sums=('342a666de780235da91c7186781c03ab3a5992fd9d572119b49d4149549a1ed2')
build(){
cd "$pkgname-$pkgver"