diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-11-21 14:49:19 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-11-21 16:34:07 -0500 |
commit | e6d53ed6a3978d168860756b59aaf02f5ac600c0 (patch) | |
tree | 94fd4de8f2447a5b4f3cc4c091df94af30cf0d51 | |
parent | e7b9652fefca226359a6280ac2d85acf89f066e6 (diff) | |
download | abslibre-e6d53ed6a3978d168860756b59aaf02f5ac600c0.tar.gz abslibre-e6d53ed6a3978d168860756b59aaf02f5ac600c0.tar.bz2 abslibre-e6d53ed6a3978d168860756b59aaf02f5ac600c0.zip |
pcr/shellcheck-git: rebuild
-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" |