summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2019-01-20 20:36:15 +0200
committerOliver Giles2019-01-20 20:36:15 +0200
commitc641c9334a40fe4d8951272bdc2d681076e86303 (patch)
treee9ad891899e676c36598bcf57bee141aab2c9a88
parent13e7961e167dba3f691c56901ead60a3d58240b8 (diff)
downloadaur-c641c9334a40fe4d8951272bdc2d681076e86303.tar.gz
add armv7h arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e69a43d333..594571330c06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Nov 2 07:06:30 UTC 2018
+# Sun Jan 20 18:36:04 UTC 2019
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
pkgver = 0.6
- pkgrel = 2
+ pkgrel = 3
url = https://laminar.ohwg.net
install = laminar.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL3
makedepends = cmake
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 000477863804..4b07cbc4b2b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
pkgver=0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and lightweight Continuous Integration server"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://laminar.ohwg.net"
license=('GPL3')
groups=()