summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarol Schulze2022-01-04 15:05:09 -0300
committerCarol Schulze2022-01-04 15:05:09 -0300
commit0f122e617d9ba561d274488baf58b5f535f45db2 (patch)
tree8e3e2439bd23c5ea85d37fc11bb430dbf53050f7
parent1a9b9bd6387158609bd95fd78d3bbc315116b58f (diff)
downloadaur-0f122e617d9ba561d274488baf58b5f535f45db2.tar.gz
Change the URL to point to the github repo instead of our website
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0c4a8b00406..bb8cb8720c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ pkgdesc='balena.io command line interface'
pkgver=12.44.29
pkgrel=1
arch=('x86_64')
-url='https://balena.io/'
-_github_url="https://github.com/balena-io/balena-cli"
+url='https://github.com/balena-io/balena-cli'
license=('APACHE')
depends=('nodejs>=10.20.0' 'nodejs<14.0.0' 'gawk' 'sed' 'make')
makedepends=('npm<7.0.0' 'python2' 'jq' 'coffeescript' 'git' 'node-gyp')