summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2018-08-11 17:16:38 -0400
committerDang Mai2018-08-11 17:16:38 -0400
commitc5d219de827049f1f5c9a52f1a03f3cdcc7ac7a8 (patch)
tree9d4fc7e7214bc9f23f0bc06cb23ca7e90af91016
parenta0296017b59c05cd1711593caddde48eead4e9d0 (diff)
downloadaur-c5d219de827049f1f5c9a52f1a03f3cdcc7ac7a8.tar.gz
Updated to 6.28.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 706b057d60c2..92f34dd69c2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfdx-cli
pkgdesc = a tool for creating and managing Salesforce DX projects from the command line
- pkgver = 6.27.0_24408b4625
+ pkgver = 6.28.0_4b5e047039
pkgrel = 1
url = https://developer.salesforce.com/tools/sfdxcli
arch = i686
@@ -8,10 +8,11 @@ pkgbase = sfdx-cli
license = unknown
optdepends = gnome-keyring: saving default credentials
provides = sfdx-cli
- source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.27.0-24408b4625-linux-x86.tar.xz
- sha256sums_i686 = cef81a3be0aaa668c3dc00a1b9d4b5b72c0c2bfa6ad13fd1914fdb0ffaa11500
- source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.27.0-24408b4625-linux-x64.tar.xz
- sha256sums_x86_64 = 27cbf1ca999983f6d710d489d377ec786d917f13720305ea268f9a3b7e25af81
+ options = !strip
+ source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.28.0-4b5e047039-linux-x86.tar.xz
+ sha256sums_i686 = 0001ff423e8f7cf5729e4d8bf58e6d4bbf4d4f5ca595129cf73fd9a3f999f019
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.28.0-4b5e047039-linux-x64.tar.xz
+ sha256sums_x86_64 = 5738a2c8e3cec8b014688919895b02abba5e4571b2568a506dbedb545c57982b
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index f77cb2309bb6..cf4248794c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="6.27.0_24408b4625"
+pkgver="6.28.0_4b5e047039"
pkgrel=1
_dirname="${pkgname}-v${pkgver}"
pkgdesc="a tool for creating and managing Salesforce DX projects from the command line"
@@ -10,9 +10,10 @@ url="https://developer.salesforce.com/tools/sfdxcli"
license=('unknown')
optdepends=('gnome-keyring: saving default credentials')
provides=('sfdx-cli')
+options=(!strip)
conflicts=()
-source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.27.0-24408b4625-linux-x86.tar.xz")
-source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.27.0-24408b4625-linux-x64.tar.xz")
+source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.28.0-4b5e047039-linux-x86.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.28.0-4b5e047039-linux-x64.tar.xz")
package() {
_arch=""
@@ -29,9 +30,9 @@ package() {
install -dm 755 "${pkgdir}"/opt
install -dm 755 "${pkgdir}"/usr/bin
- sfdx_dir="sfdx-cli-v"6.27.0-24408b4625"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"6.28.0-4b5e047039"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_i686=("cef81a3be0aaa668c3dc00a1b9d4b5b72c0c2bfa6ad13fd1914fdb0ffaa11500")
-sha256sums_x86_64=("27cbf1ca999983f6d710d489d377ec786d917f13720305ea268f9a3b7e25af81")
+sha256sums_i686=("0001ff423e8f7cf5729e4d8bf58e6d4bbf4d4f5ca595129cf73fd9a3f999f019")
+sha256sums_x86_64=("5738a2c8e3cec8b014688919895b02abba5e4571b2568a506dbedb545c57982b")