summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhang.j.k2020-12-20 21:41:18 +0800
committerzhang.j.k2020-12-20 21:41:18 +0800
commit5493a68a33af2543e07814f3a4731828ac23defe (patch)
treee4efb1a8b5ea346b20fa36389db9b6d67cc4f005
parent3411f4f8f252454e60d1c11c598b4975bde622ac (diff)
downloadaur-5493a68a33af2543e07814f3a4731828ac23defe.tar.gz
fix pkgver for k-git
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e8bc55e0674..d0acbf5198c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = k-git
pkgdesc = a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories.
- pkgver = 0.0.5
- pkgrel = 1
+ pkgver = r189.e2bfbaf
+ pkgrel = 2
url = https://github.com/supercrabtree/k
arch = any
license = unknown
diff --git a/.gitignore b/.gitignore
index 2fdd0f0be5a7..275212bc030c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.zst
cyberpunk-grub-theme-git/
pkg/
-src/ \ No newline at end of file
+src/
+k/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index a75f4b5bf0d9..5dbc71217ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=k-git
pkgver=r189.e2bfbaf
-pkgrel=1
+pkgrel=2
pkgdesc="a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories."
arch=('any')
url="https://github.com/supercrabtree/k"