summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Del Rosario2021-05-13 16:59:31 -0500
committerMichael Del Rosario2021-05-13 16:59:31 -0500
commit7e14fd14d30a2b8c936caedf0bcfc411aa133671 (patch)
treeac5384eccd6ef6b7d7d89e51bd72a97abc27e1dd /PKGBUILD
parent977d49593f04f40ec4944b889edb38181abd4f7c (diff)
downloadaur-7e14fd14d30a2b8c936caedf0bcfc411aa133671.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baa477b0bd47..3c619113a3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='kubecolor'
pkgver=0.0.20
-pkgrel=1
+pkgrel=2
pkgdesc='Colorize your kubectl output'
url='https://github.com/dty1er/kubecolor'
arch=('x86_64')
license=('MIT')
depends=('kubectl')
source=("https://github.com/dty1er/kubecolor/releases/download/v${pkgver}/kubecolor_${pkgver}_Linux_${arch}.tar.gz")
-md5sums=('8458d15752ecdc1611e823fbd2c4fd1d')
+md5sums=('93b056079ea07ca6bdae9267f628a6e7')
package() {
install -Dm755 "$srcdir/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}