summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-04-15 04:29:04 +0800
committerlilac2023-04-15 04:29:04 +0800
commit75d7b25cf0e0f96e6bfa038e5c135e4c0d7dae37 (patch)
tree1c5aae53eec34e17fdb553ed906e4ca74f2534ad
parent92167d9f3c58522e1a38efc6ff42a4dec514ca92 (diff)
downloadaur-75d7b25cf0e0f96e6bfa038e5c135e4c0d7dae37.tar.gz
[lilac] updated to 2:1.18.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbf7108759ec..bca706aebe84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = balena-etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
pkgver = 1.18.6
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://balena.io/etcher
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = balena-etcher
arch = armv7h
arch = aarch64
license = Apache
+ makedepends = git
+ makedepends = python
makedepends = nvm
depends = electron19
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index d834b7a937d2..052f59af5d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=balena-etcher
_pkgname=etcher
pkgver=1.18.6
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -13,7 +13,7 @@ _github_url='https://github.com/balena-io/etcher'
url='https://balena.io/etcher'
license=(Apache)
depends=("electron19" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb")
-makedepends=("nvm")
+makedepends=("git" "python" "nvm")
optdepends=("libnotify: for notifications")
conflicts=("${_pkgname}"
"${_pkgname}-git"