summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-09 15:13:04 -0500
committerMatthew McGinn2020-01-09 15:13:04 -0500
commit01e2f4f0b7deed700da919ef87c91a998f8e0fac (patch)
tree6ead3fc38b5b91f686c17501e599c8fca456e39d
parent09315128040f7801028cdb64988007a5bc49ea5c (diff)
downloadaur-01e2f4f0b7deed700da919ef87c91a998f8e0fac.tar.gz
add upstream URL
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d4f56aeca5..aa1c9f3b8c47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = etcher-cli-bin
pkgrel = 2
url = http://www.etcher.io/
arch = x86_64
- license = apache
+ license = Apache
depends = gcc-libs
provides = etcher-cli
conflicts = etcher-cli
diff --git a/PKGBUILD b/PKGBUILD
index b6d145122516..6425065a4b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgrel=2
pkgdesc="Burn images to SD cards & USB drives, safe & easy"
arch=('x86_64')
url="http://www.etcher.io/"
-license=('apache')
+_github_url="https://github.com/balena-io/etcher/releases/download/v${pkgver}"
+license=('Apache')
provides=('etcher-cli')
conflicts=('etcher-cli' 'etcher-cli-git')
depends=('gcc-libs')