summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a71c5c1ae3..65e0889b1cd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = eiskaltdcpp-git
url = http://code.google.com/p/eiskaltdc
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
license = GPL3
makedepends = cmake
makedepends = lua
diff --git a/PKGBUILD b/PKGBUILD
index 5d82b5975e61..dd9469910c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgver=2.3.0.4901.31355fd
pkgrel=1
pkgdesc="EiskaltDC++: DC and ADC client based on dcpp core. (GIT Version)"
license=('GPL3')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h')
url='http://code.google.com/p/eiskaltdc'
conflicts=('eiskaltdcpp')
options=('!emptydirs')