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 e8058184fc49..2cd5f7af6143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=minify
pkgver=2.9.17
-pkgrel=1
+pkgrel=2
pkgdesc="Minifier CLI for HTML, CSS, JS, JSON, SVG and XML"
arch=('x86_64')
url="https://github.com/tdewolff/minify"
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('go')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('084daec853c23bf13aeaed97c36544f2ad9a29ab1f98e0f2709da2dc909da493')
+sha256sums=('3d0edbf9034dbbc47cffc7e3655b186b3dbca1aab05c3d4f78799182298f35b6')
prepare() {
cd "$pkgname-$pkgver"