summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2020-09-10 14:35:20 -0600
committerSampson Crowley2020-09-10 14:35:20 -0600
commit133b320dc195f522b064d278b78b74f816c8227e (patch)
treebaea811adf876c862de140d368946c9da7950adb
parent6dfd339c3b6aceaf7bd745140a2feefd8ba822c3 (diff)
downloadaur-133b320dc195f522b064d278b78b74f816c8227e.tar.gz
upgpkg: heroku-cli 7.42.13-4
add pkg rel to heroku cli source filename
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD10
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a729b16cb07..c8abcdc13ff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
pkgver = 7.42.13
- pkgrel = 3
+ pkgrel = 4
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
license = custom
@@ -14,9 +14,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://storage.googleapis.com/arch-package-files/heroku-v7.42.13-linux-x64.tar.xz
- sha256sums = 168c5d676a402944fe47e5943d6790db3f205bb9592d551c2364a6faf17a7fbe
- sha512sums = 7ec8b8acf89eea10e080cf52c3caaf444ebbb157944e3a69147446a4810b82a66025bec8105feee7530623f7e28dbc4a40c7d416ee84fee5ab4f86297935f1df
+ source = https://storage.googleapis.com/arch-package-files/heroku-cli-v7.42.13-4.tar.xz
+ sha256sums = a81a43dd1dfcee006c5d6dd996a16c84365f6b45f1da77508862883bd672d98c
+ sha512sums = 2d9390bee6826dc2f371098a43d5a014ec369ea12f5efa042d60150b19a82bc5a2b76a2914502d26acc277487424833e887702eb15bac56a94fda26a8f30fb20
pkgname = heroku-cli
diff --git a/.gitignore b/.gitignore
index 0afd27b13605..b3eb956068af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ src/
pkg
cli-source
*.pkg.tar*
-*linux*.tar.xz \ No newline at end of file
+*linux*.tar.xz
+/heroku-cli-v*-*.tar.xz \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 44142786e145..af3d649292bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=heroku-cli
pkgver=7.42.13
-_builddir=cli-${pkgver}
-pkgrel=3
+pkgrel=4
+_builddir=cli-$pkgver-$pkgrel
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -14,9 +14,9 @@ depends=('nodejs')
# makedepends=('npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
-source=("https://storage.googleapis.com/arch-package-files/heroku-v$pkgver-linux-x64.tar.xz")
-sha256sums=('168c5d676a402944fe47e5943d6790db3f205bb9592d551c2364a6faf17a7fbe')
-sha512sums=('7ec8b8acf89eea10e080cf52c3caaf444ebbb157944e3a69147446a4810b82a66025bec8105feee7530623f7e28dbc4a40c7d416ee84fee5ab4f86297935f1df')
+source=("https://storage.googleapis.com/arch-package-files/heroku-cli-v$pkgver-$pkgrel.tar.xz")
+sha256sums=('a81a43dd1dfcee006c5d6dd996a16c84365f6b45f1da77508862883bd672d98c')
+sha512sums=('2d9390bee6826dc2f371098a43d5a014ec369ea12f5efa042d60150b19a82bc5a2b76a2914502d26acc277487424833e887702eb15bac56a94fda26a8f30fb20')
options=('!strip')
provides=('heroku' 'heroku-cli')