summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Del Rosario2021-02-13 18:36:59 -0500
committerMichael Del Rosario2021-02-13 18:36:59 -0500
commit1673ecce8be81900dd3c67bbbe55849b069843ac (patch)
tree25e5238811bbe2a7e2014cd3978fb2d027908ba5 /PKGBUILD
parent2120321950edaae226674bca5d2723bcf4652f18 (diff)
downloadaur-1673ecce8be81900dd3c67bbbe55849b069843ac.tar.gz
Change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d99ddb48570a..ed978c51e8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ license=('MIT')
depends=('kubectl')
source=("https://github.com/dty1er/kubecolor/releases/download/v${pkgver}/kubecolor_${pkgver}_Linux_${arch}.tar.gz")
md5sums=('8458d15752ecdc1611e823fbd2c4fd1d')
-
package() {
install -Dm755 "$srcdir/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}