summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2021-09-16 20:48:44 +0000
committerDaniel M. Capella2021-09-16 20:48:44 +0000
commit259999d2754ab8fd14e2171f885145ae144e18c7 (patch)
treeb661d92f0bd6323e9147ddd2eae96bdf3845c218 /PKGBUILD
parentd61bbf2a45e82493acf1eabdd8ba203ae7867259 (diff)
downloadaur-259999d2754ab8fd14e2171f885145ae144e18c7.tar.gz
upgpkg: 0.15.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb07deaf258a..2ab60662a38a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=HTMLHint
pkgname=htmlhint
-pkgver=0.15.1
+pkgver=0.15.2
pkgrel=1
pkgdesc='Static Code Analysis Tool for your HTML'
arch=('any')
@@ -10,6 +10,7 @@ url=https://htmlhint.com/
license=('MIT')
depends=('nodejs')
makedepends=('git' 'npm')
+options=('!emptydirs')
source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver")
b2sums=('SKIP')