summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartiMcFly2018-05-31 00:51:51 +0200
committerMartiMcFly2018-05-31 00:51:51 +0200
commit08135687607268a03f3cf5e2b4677722db05bfd6 (patch)
treeb1e5bfb3209716f5c8c1e684436f69599310afe6
parentae9b2d7229b4cef2318b6a986194f418df6787c9 (diff)
downloadaur-libical2.tar.gz
init
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c4134172a9..fdae61c0fafa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = libical2
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/libical/libical
+ arch = armv7h
arch = x86_64
license = LGPL
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index a16c00ccec31..b840779bf299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _srcname=libical
pkgver=2.0.0
pkgrel=1
pkgdesc="An open source reference implementation of the icalendar data type and serialization format (version 2)"
-arch=('x86_64')
+arch=('armv7h' 'x86_64')
url='https://github.com/libical/libical'
license=('LGPL' 'MPL')
depends=('glibc' 'glib2' 'icu' 'db')