diff options
Diffstat (limited to 'pcr/shellcheck-git/PKGBUILD')
-rw-r--r-- | pcr/shellcheck-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/shellcheck-git/PKGBUILD b/pcr/shellcheck-git/PKGBUILD index aef5b38e7..2381048e2 100644 --- a/pcr/shellcheck-git/PKGBUILD +++ b/pcr/shellcheck-git/PKGBUILD @@ -11,7 +11,7 @@ pkgname=$_pkgname-git pkgver="$_pkgver.git$_gitdate" provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") -pkgrel=1 +pkgrel=2 pkgdesc="Shell script analysis tool" pkgdesc+=" (latest git commit)" url="http://www.shellcheck.net" |