summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDang Mai2021-10-15 13:43:15 +0000
committerDang Mai2021-10-15 13:43:15 +0000
commit2129269834a3977b0207f8dff5005c2e457f614e (patch)
treec5ba68cd32f12f5d3476e3dd1b5d05468dc8999f /PKGBUILD
parente8ed15e0aeb2061d0341f78cbae4c93c8eabe663 (diff)
downloadaur-2129269834a3977b0207f8dff5005c2e457f614e.tar.gz
Updated to 7.122.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89da79648f60..3b7a89512d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sfdx-cli
pkgver="7.122.1"
-pkgrel=1
+pkgrel=2
_dirname="${pkgname}-v${pkgver}"
pkgdesc="a tool for creating and managing Salesforce DX projects from the command line"
arch=('x86_64')
@@ -23,5 +23,6 @@ package() {
sfdx_dir="sfdx"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
+ ln -s /opt/sfdx-cli/bin/sf "${pkgdir}"/usr/bin/sf
}
sha256sums_x86_64=("16eeadb5eb6f48e39c56f119f2cfa1826d64ae72892650295b5c04200256f36a")