aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Bobko2020-02-03 05:58:28 +0300
committerNikita Bobko2020-02-03 05:59:09 +0300
commit06f2f9989f80ff3500b3ae254303b146893857c5 (patch)
tree6ece26e04e792ed02c82ca140d247874eb335972
parent799b7f06ad048f60c402821c3d4ae4e92d95a5d1 (diff)
downloadaur-06f2f9989f80ff3500b3ae254303b146893857c5.tar.gz
Reword comment
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0accfb675fa..13b81564f1ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,9 @@ md5sums=('SKIP')
package() {
cd gradle-completion || return 1
- # It must be git checkout "v$pkgver". But they not released yet commit
- # which includes zsh support. So using version from particular commit
+ # It must be git checkout "v$pkgver".
+ # But package creators have not released commit which includes zsh support yet.
+ # So use fa72b79 commit here.
git checkout fa72b79 >/dev/null 2>&1 || return 1
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"