summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAetf2018-03-30 13:35:25 -0400
committerAetf2018-03-30 13:35:25 -0400
commite3293df8218313616444f8325cfac3a1c968985d (patch)
tree257f1f30dd7ac923620dd931ba00fe7c4437bd95
parent528ac7948f4594104232dc84e23b3afcfc2132ec (diff)
downloadaur-e3293df8218313616444f8325cfac3a1c968985d.tar.gz
Add armv7h
-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)