summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaco de Wolff2019-05-22 11:00:00 -0400
committerTaco de Wolff2019-05-22 11:00:00 -0400
commitd5cf4f5d581a784ed9b68d51c35ca5b76f7a8512 (patch)
treeca62cac2ca4b2baea31feb551755e531e3ac571b /PKGBUILD
parenta6ba67669668d16a710cd9d0adaba7cfe9821270 (diff)
downloadaur-d5cf4f5d581a784ed9b68d51c35ca5b76f7a8512.tar.gz
Remove glibc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a534928150ae..369822b2e78b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: tdewolff <tacodewolff@gmail.com>
# Maintainer: 4679kun <4679kun@outlook.com>
# Maintainer: meepzh <meep.aur@meepzh.com>
@@ -8,7 +9,6 @@ pkgdesc="Minifier CLI for HTML, CSS, JS, JSON, SVG and XML"
arch=('x86_64')
url="https://github.com/tdewolff/minify"
license=('MIT')
-depends=('glibc')
optdepends=('bash-completion: command-line autocomplete with bash')
source=("https://github.com/tdewolff/minify/releases/download/v${pkgver}/minify_${pkgver}_linux_amd64.tar.gz"
"https://raw.githubusercontent.com/tdewolff/minify/master/cmd/minify/minify_bash_tab_completion")