summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-09-18 08:23:59 -0400
committerMatthew McGinn2020-09-18 08:23:59 -0400
commitf9d3fa28ce8a4b56c665c4d00968825c2a4c9ee5 (patch)
tree08237d266388e5fe7aca6b1c435ff733d1894771
parent3dd404bfb68d63fda1d4841ae14ec6288fb5ee29 (diff)
downloadaur-f9d3fa28ce8a4b56c665c4d00968825c2a4c9ee5.tar.gz
add missing patch dep
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b76ef031daee..c5a193c2549f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = balena-etcher
makedepends = python2
makedepends = git
makedepends = jq
+ makedepends = patch
depends = electron
depends = gtk3
depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index c7b9c6fb25c8..a4c6802d04e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _github_url='https://github.com/balena-io/etcher'
url='https://balena.io/etcher'
license=(Apache)
depends=("electron" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "nodejs" "glib2" "polkit" "libusb")
-makedepends=("npm" "python2" "git" "jq")
+makedepends=("npm" "python2" "git" "jq" "patch")
optdepends=("libnotify: for notifications")
conflicts=("${_pkgname}"
"${_pkgname}-git"