summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Laroche2015-10-16 14:08:56 +0200
committerThomas Laroche2015-10-16 14:08:56 +0200
commit073cd4dec5a962533d82e0818698406b39fd0d58 (patch)
tree8b5fffc846b4b395d2a98f74b04f9175986d5cd4
parent13943e8eb63c9707251a11f2a948867e602bfde0 (diff)
downloadaur-073cd4dec5a962533d82e0818698406b39fd0d58.tar.gz
Add ARM platforms
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f986a2b6df..365e7e7b3900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 16 12:06:28 UTC 2015
+# Fri Oct 16 12:08:25 UTC 2015
pkgbase = transmission-sequential
pkgver = 2.84
pkgrel = 2
@@ -7,6 +7,10 @@ pkgbase = transmission-sequential
install = transmission-cli.install
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = gtk3
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index 32f150d6976c..0edaabed451e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=transmission-sequential
pkgname=('transmission-sequential-cli' 'transmission-sequential-gtk' 'transmission-sequential-qt')
pkgver=2.84
pkgrel=2
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://www.transmissionbt.com/"
license=('MIT')
depends=('curl' 'libevent' 'systemd')