summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-12-30 14:04:34 -0500
committerMatthew McGinn2019-12-30 14:04:34 -0500
commitbf29976029944cf7e4869dc92258d2b376ddf7de (patch)
tree4f06769e6750ea186ec86088c5e29ca93607eb01
parent35d83c2209d7f272436bf80c9e2f7db974ee0931 (diff)
downloadaur-bf29976029944cf7e4869dc92258d2b376ddf7de.tar.gz
add wget as makedepends
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 d5b8105cc69e..f49340b258c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = bitbake
arch = any
license = GPL2
makedepends = git
+ makedepends = wget
source = https://github.com/openembedded/bitbake/archive/1.44.0.tar.gz
md5sums = 4b263eb4764980dc972c887e22b76159
diff --git a/PKGBUILD b/PKGBUILD
index 57166a90d741..3e684d700462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc='Build tool executing tasks and managing metadata.'
arch=('any')
url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
-makedepends=('git')
+makedepends=('git' 'wget')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz")
md5sums=('4b263eb4764980dc972c887e22b76159')