diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 19:09:54 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 19:09:54 +0100 |
commit | 26f2c793610767a3010f2bac15a853dab8208687 (patch) | |
tree | 730681ebb9c267f8eda6357a8882dece44a73fff /pcr | |
parent | a0ea157d305fcda24db05e5b72373ed7b1b64814 (diff) | |
download | abslibre-26f2c793610767a3010f2bac15a853dab8208687.tar.gz abslibre-26f2c793610767a3010f2bac15a853dab8208687.tar.bz2 abslibre-26f2c793610767a3010f2bac15a853dab8208687.zip |
pcr/linphone: add i686 and armv7h to arch
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/linphone/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcr/linphone/PKGBUILD b/pcr/linphone/PKGBUILD index 9bf39ed6d..9652c0925 100644 --- a/pcr/linphone/PKGBUILD +++ b/pcr/linphone/PKGBUILD @@ -8,6 +8,7 @@ pkgver=3.12.0 pkgrel=2 pkgdesc="A Voice-over-IP phone" arch=('x86_64') +arch+=('i686' 'armv7h') url="http://www.linphone.org" license=('GPL') depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils' |