summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Rodriguez2022-08-15 05:39:25 -0400
committerDavid Rodriguez2022-08-15 05:39:25 -0400
commit792dfe8f29fe56fd158f0a342c3a5b0b4bcaea5b (patch)
tree2bda95a8a7659c81c9cfd2548fa64bf0c36089b1 /PKGBUILD
parent3d743d03c202d7b9b576debea274f3fd73781047 (diff)
downloadaur-792dfe8f29fe56fd158f0a342c3a5b0b4bcaea5b.tar.gz
Remove pkgver function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1239907054f..5d3cbfd08656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,6 @@ conflicts=('kops' 'kops-bin')
source=("${pkgname}::git+https://github.com/kubernetes/kops")
md5sums=('SKIP')
-pkgver() {
- cd "$pkgname"
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
prepare(){
export GOPATH=$srcdir
mkdir -p "$GOPATH/src/k8s.io"