summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten de Boer2022-04-04 16:20:25 +0200
committerMaarten de Boer2022-04-04 16:20:25 +0200
commit5e644b17bc1f2a88ae0194286d3daff092cb45b3 (patch)
treea4276dfea3a7f7ba3aa3c7bde26739aaf0c9fdc3 /PKGBUILD
parent725f999d56ffee04d18b918f7f789720d3e170f6 (diff)
downloadaur-5e644b17bc1f2a88ae0194286d3daff092cb45b3.tar.gz
Renamed binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97616f4eb1d1..e7031e80eb7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('qodana-cli')
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple cross-platform command-line tool to run Qodana linters anywhere with minimum effort required."
arch=('x86_64' 'aarch64')
url="https://github.com/JetBrains/qodana-cli"
@@ -31,7 +31,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- install -Dm0755 qodana-cli -t "${pkgdir}/usr/bin"
+ install -Dm0755 qodana-cli "${pkgdir}/usr/bin/qodana"
install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm0644 THIRDPARTY.md -t "${pkgdir}/usr/share/licenses/${pkgname}"