summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergely Imreh2019-05-18 23:05:07 +0100
committerGergely Imreh2019-05-18 23:05:07 +0100
commite02be5ab4fe534e43b7af6a8ab3c8a62850e8439 (patch)
tree79c3700bac82160b24dcfd4dbef33822cf33a64b /PKGBUILD
parent45b7458667bcca872334fb565190b56470ed87f9 (diff)
downloadaur-e02be5ab4fe534e43b7af6a8ab3c8a62850e8439.tar.gz
Add missing dependency
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26b2bf36efb7..fd5f6ab71ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=balena-engine
pkgver=18.9.5
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='A Moby-based container engine for the Internet of Things'
arch=('x86_64' 'i686')
url='https://www.balena.io/'
license=('Apache')
depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'libsystemd'
- 'libseccomp' 'libtool')
+ 'libseccomp' 'libtool' 'btrfs-progs')
makedepends=('git' 'go>=1.10.8' 'cmake' 'systemd')
optdepends=('lxc: lxc backend support')
# don't strip binaries! A sha1 is used to check binary consistency.