summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2018-11-08 15:21:57 +0000
committerGergely Imreh2018-11-08 15:21:57 +0000
commita57447366c16e60585e1a78b7b7f9f6314b00948 (patch)
treec22d8877ff06df177097426ab2a7413192b4e765
parent0315d8cf38935a6e9ca2211a9e9ff9d62cfa8267 (diff)
downloadaur-a57447366c16e60585e1a78b7b7f9f6314b00948.tar.gz
update dependency name as well
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b78b87f777a..1a6512a89444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 8 15:19:44 UTC 2018
+# Thu Nov 8 15:21:47 UTC 2018
pkgbase = balena-cli
pkgdesc = balena.io command line interface
pkgver = 9.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://resin.io/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = balena-cli
makedepends = npm
makedepends = python2
depends = nodejs>=6.0.0
- optdepends = python: resin-preload
+ optdepends = python: balena-preload
replaces = resin-cli
noextract = balena-cli-9.1.0.tgz
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e61e7e432527..ee0f33ab617c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-cli
pkgdesc='balena.io command line interface'
pkgver=9.1.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='https://resin.io/'
license=('APACHE')
@@ -13,7 +13,7 @@ makedepends=('npm' 'python2')
source=(http://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
options=(!strip)
-optdepends=('python: resin-preload')
+optdepends=('python: balena-preload')
optdepends_x86_64=('lib32-glibc: emulated builds')
replaces=('resin-cli')
sha256sums=('684785b9b6dae9f796ca81a52d7b4f046a5faaa41740f8b0d3e686f76966b5d0')