summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-03-01 16:22:47 -0300
committerMatthew McGinn2019-03-01 16:24:12 -0300
commit0189559e92ca4ce02892d044d836678e66c4ba24 (patch)
treefbd7f7f2a399ea6476dbf2be4a62c78392a91bae
parent5d7ade064d3846220bde40b74818b011494970b8 (diff)
downloadaur-0189559e92ca4ce02892d044d836678e66c4ba24.tar.gz
update upstream info, add .gitignore
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD5
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7b02767237..feabac49f449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Aug 21 16:14:19 UTC 2018
+# Fri Mar 1 19:22:33 UTC 2019
pkgbase = balena
pkgdesc = A Moby-based container engine for IoT
pkgver = 17.12
pkgrel = 1
epoch = 1
- url = https://www.balena.io/
+ url = https://github.com/balena-os/balena-engine
arch = x86_64
arch = i686
license = Apache
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1748c671c0db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src/*
+pkg/
+balena/
diff --git a/PKGBUILD b/PKGBUILD
index 95e8d218f0a8..7e38304595be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# $Id$
-# Maintainer: Gegrely Imreh <imrehg@gmail.com>
+# Maintainer: Gergely Imreh <imrehg@gmail.com>
+# Contributor: Matthew McGinn <mamcgi@gmail.com>
pkgname=balena
pkgver=17.12
@@ -8,7 +9,7 @@ pkgrel=1
epoch=1
pkgdesc='A Moby-based container engine for IoT'
arch=('x86_64' 'i686')
-url='https://www.balena.io/'
+url='https://github.com/balena-os/balena-engine'
license=('Apache')
depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'libsystemd'
'libseccomp' 'libtool')