summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-09 14:04:17 -0500
committerMatthew McGinn2020-01-09 14:04:17 -0500
commite25a37ebc7fe0dd4b9979e4a1874602b0a84ac56 (patch)
tree08c57bad043d147a9f581ad1a2218e3196950f7b
parent9854c052d8ed50ccf1581369533b4c742889adcb (diff)
downloadaur-e25a37ebc7fe0dd4b9979e4a1874602b0a84ac56.tar.gz
update pkg to 18.9.13
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfff675e0b16..7a6229817884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = balena-engine
pkgdesc = A Moby-based container engine for the Internet of Things
- pkgver = 18.9.10
+ pkgver = 18.9.13
pkgrel = 1
epoch = 1
url = https://www.balena.io/
@@ -23,7 +23,7 @@ pkgbase = balena-engine
optdepends = lxc: lxc backend support
options = !strip
options = !buildflags
- source = git+https://github.com/balena-os/balena-engine.git#tag=v18.9.10
+ source = git+https://github.com/balena-os/balena-engine.git#tag=v18.9.13
source = balena-engine.sysusers
source = 80-balena-engine.rules
source = balena-engine.service.patch
diff --git a/PKGBUILD b/PKGBUILD
index b8ffef174ad0..f33abc95c215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# $Id$
-# Maintainer: Gegrely Imreh <imrehg@gmail.com>
+# Maintainer: Gergely Imreh <imrehg@gmail.com>
+# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=balena-engine
-pkgver=18.9.10
+pkgver=18.9.13
pkgrel=1
epoch=1
pkgdesc='A Moby-based container engine for the Internet of Things'
arch=('x86_64' 'i686')
url='https://www.balena.io/'
+_github_url='https://github.com/balena-os/balena-engine'
license=('Apache')
depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'libsystemd'
'libseccomp' 'libtool' 'btrfs-progs')