summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e212553c692..5f71bae7fd0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Wed Aug 10 21:02:43 UTC 2016
pkgbase = libtorrent-pyro-git
pkgdesc = BitTorrent library written in C++ (git version)
pkgver = 20160804
@@ -8,6 +6,7 @@ pkgbase = libtorrent-pyro-git
install = libtorrent-pyro.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = git
makedepends = cppunit
diff --git a/PKGBUILD b/PKGBUILD
index 3feafbc9a3d8..7e65262c9139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel=1
pkgdesc='BitTorrent library written in C++ (git version)'
url='https://rakshasa.github.io/rtorrent'
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
depends=('openssl')
makedepends=('git' 'cppunit')
conflicts=('libtorrent' 'libtorrent-git')