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 97f64d46da4c..7dc9b8df2a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname="mkdocs-minify-plugin"
-pkgver=0.6.4
+pkgver=0.7.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=('fe034ec8601d7965e0fb3d859c07b8a64508d2d2385cb318908f09d2bee1264f')
+sha256sums=('1773b2c2fc7cad5cd9bdaf4c51f1237d23f36780aedcaf20205b76d865eed2d9')
build(){
cd "$pkgname-$pkgver"