summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2015-12-22 13:50:39 -0500
committerpolyzen2015-12-22 13:50:39 -0500
commit6048439c03d61c613608066e03bcf144a38809e8 (patch)
tree69960f08ffaae6d4ef88cf0402ae9ef2c2891462
parent731cbf7a1f7f21cb91058acf88327f9ee2533828 (diff)
downloadaur-6048439c03d61c613608066e03bcf144a38809e8.tar.gz
add armv7h to arch array
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661b3182adc0..5342a4f250f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
+# Generated by mksrcinfo v8
+# Tue Dec 22 18:50:10 UTC 2015
pkgbase = bitlbee-facebook-git
pkgdesc = Facebook protocol plugin for BitlBee
- pkgver = r62.635c9ce
+ pkgver = r81.ac00b33
pkgrel = 1
url = https://github.com/jgeboski/bitlbee-facebook
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv7h
license = GPL
makedepends = git
depends = bitlbee
diff --git a/PKGBUILD b/PKGBUILD
index bee3768be6e5..150f43accbce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: mickael9 <mickael9 at gmail dot com>
pkgname=bitlbee-facebook-git
-pkgver=r62.635c9ce
+pkgver=r81.ac00b33
pkgrel=1
pkgdesc='Facebook protocol plugin for BitlBee'
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/jgeboski/bitlbee-facebook'
license=('GPL')
depends=('bitlbee' 'json-glib')