summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-12-10 15:22:51 +0100
committerRaphael Nestler2022-12-10 15:22:51 +0100
commitf38d1e5ee0e39a47b37ec2d78dc7998a0a13ee71 (patch)
tree5f8f2bf747066cd7b57f4b2c46ae8fe592563568
parentc56db1f7b513fbc79d231e3cf062687664c27894 (diff)
downloadaur-f38d1e5ee0e39a47b37ec2d78dc7998a0a13ee71.tar.gz
Use tag instead of commit id
Much easier to maintain.
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d43f8e48a2b..e7643dc54f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@
pkgname=heroku-cli
pkgver=7.62.0
pkgrel=1
-_commit_id="13db7c5e684c5c44682a5115b9a29632a46fb69c"
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
arch=('any')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -15,7 +14,7 @@ depends=('nodejs')
makedepends=('yarn' 'perl' 'git' 'npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli-bin' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
-source=("git+https://github.com/heroku/cli.git#commit=${_commit_id}")
+source=("git+https://github.com/heroku/cli.git#commit=v${pkgver}")
sha256sums=('SKIP')
sha512sums=('SKIP')
options=('!strip')