summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-08-12 14:38:50 +0800
committerUniversebenzene2023-08-12 14:38:50 +0800
commit83b8bf101de70e79324aa27ea8bcb651d4b6e4f0 (patch)
tree9878f6f818f50a58535aa8099297bf3e508da687 /PKGBUILD
parent2eabab351c1438a4161f5d16da1a2acdfe307876 (diff)
downloadaur-83b8bf101de70e79324aa27ea8bcb651d4b6e4f0.tar.gz
Update to version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc9b8df2a10..677ac6dbac21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname="mkdocs-minify-plugin"
-pkgver=0.7.0
+pkgver=0.7.1
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=('1773b2c2fc7cad5cd9bdaf4c51f1237d23f36780aedcaf20205b76d865eed2d9')
+sha256sums=('9f7271c96ef7b16d453b2d8624705a5db4de9fe854af21f218523a3c512eb8b7')
build(){
cd "$pkgname-$pkgver"