summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Arnott2016-01-25 06:23:33 +0000
committerColin Arnott2016-01-25 06:31:24 +0000
commitb355a66d582904d757c28f01dd70e68162985a00 (patch)
treefcc172c9ea620c28089ba4dbf360b074f896b0a5
parent33534462762c80086c4214c1f5e226f19a1935ae (diff)
downloadaur-b355a66d582904d757c28f01dd70e68162985a00.tar.gz
moved from arch=('i686' 'x86_64' 'armv7h') to ('any')
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c246edf6a36..1bcb99861e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 06:16:50 UTC 2016
+# Mon Jan 25 06:30:56 UTC 2016
pkgbase = bitlbee-facebook
pkgdesc = Facebook protocol plugin for BitlBee
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jgeboski/bitlbee-facebook
- arch = i686
- arch = x86_64
- arch = armv7h
+ arch = any
license = GPL
depends = bitlbee
depends = json-glib
diff --git a/PKGBUILD b/PKGBUILD
index b304eb9d5932..7f16998486d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=bitlbee-facebook
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Facebook protocol plugin for BitlBee'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('any')
url='https://github.com/jgeboski/bitlbee-facebook'
license=('GPL')
depends=('bitlbee' 'json-glib')