summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e9b8fd1511..10185003bc87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libtsm-patched-git
pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/kmscon/libtsm
arch = x86_64
+ arch = armv7h
license = MIT
makedepends = git
makedepends = libxkbcommon
diff --git a/PKGBUILD b/PKGBUILD
index f9b043bb2470..56b72c73a7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=libtsm
pkgver=3.r26.gea1697e
pkgrel=1
pkgdesc="Terminal-emulator State Machine. Patched flavor (using patches from http://github.com/Aetf/libtsm)"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url="http://www.freedesktop.org/wiki/Software/kmscon/$_gitname"
license=('MIT')
depends=(glibc)