summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-12-11 22:54:41 +0100
committerjose17112018-12-11 22:54:41 +0100
commit23944922a8632609724a79673ef916c4a819d8c4 (patch)
tree454004d64488b9381fd4c315641fd0fb917a6d9d
parent132bf9d8bac13668e3a984025fc0c76e57a06fcd (diff)
downloadaur-23944922a8632609724a79673ef916c4a819d8c4.tar.gz
Add arm architectures
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb653167c331..a628a853fda3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
# Generated by mksrcinfo v8
-# Tue Dec 11 21:46:50 UTC 2018
+# Tue Dec 11 21:54:39 UTC 2018
pkgbase = ihu-git
pkgdesc = I Hear U VoIP application that creates an audio stream between two computers
pkgver = r7.3587923
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jose1711/ihu
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
license = GPL-2
diff --git a/PKGBUILD b/PKGBUILD
index d4d993747c11..333a2abd0649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=ihu-git
_pkgname=ihu
pkgver=r7.3587923
-pkgrel=1
+pkgrel=2
pkgdesc='I Hear U VoIP application that creates an audio stream between two computers'
-arch=('i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/jose1711/ihu"
license=('GPL-2')
depends=('qt4' 'speex' 'soundtouch' 'jack2')