diff options
author | Erich Eckner <git@eckner.net> | 2019-09-19 11:14:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-19 11:14:50 +0200 |
commit | 36833d47446456307a08da630d67856eccff8b03 (patch) | |
tree | 5b054358b2d1ee385ab997b0d9fc50cc1dc038f5 /uboot-sunxi/PKGBUILD | |
parent | eaf2bc6f828b01ecb8dc337cd178a82f58225e88 (diff) | |
download | archlinuxewe-36833d47446456307a08da630d67856eccff8b03.tar.xz |
uboot-sunxi: add missing makedepends
Diffstat (limited to 'uboot-sunxi/PKGBUILD')
-rw-r--r-- | uboot-sunxi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uboot-sunxi/PKGBUILD b/uboot-sunxi/PKGBUILD index 92ffffa6f..8f5e89fb1 100644 --- a/uboot-sunxi/PKGBUILD +++ b/uboot-sunxi/PKGBUILD @@ -33,7 +33,7 @@ pkgrel=1 arch=('armv7h') url="http://git.denx.de/u-boot.git/" license=('GPL') -makedepends=('git' 'bc' 'dtc' 'python2') +makedepends=('git' 'swig' 'bc' 'dtc' 'python2') backup=(boot/boot.txt boot/boot.scr) source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'boot.txt' |