From c979b2d27ca890ee80b0cdd1ad4a8936a39aac8d Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Mon, 2 Jun 2014 21:23:23 +0200 Subject: [PATCH] updated PKGBUILD --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a774e99..814c639 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,9 +3,9 @@ pkgname=mailnag pkgver=0.9.9 -pkgrel=1 -pkgdesc="An extendable mail notification daemon." -arch=('any') +pkgrel=2 +pkgdesc="An extendable mail notification daemon" +arch=('i686' 'x86_64' 'armv6h' 'armv7h') url="https://github.com/pulb/mailnag" license=('GPL') depends=('python2' 'python2-gobject' 'python2-httplib2'