summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3da4cb20539..86319e6ad222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Mon Dec 14 03:54:46 UTC 2015
pkgbase = jaromail
pkgdesc = A commandline tool to easily and privately handle your e-mail
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = http://dyne.org/software/jaro-mail
- arch = any
+ arch = x86_64
+ arch = i686
license = GPL3
makedepends = gcc
makedepends = libgnome-keyring
diff --git a/PKGBUILD b/PKGBUILD
index 46385442bf5a..5fbefc083e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Parazyd <parazyd AT dyne DOT org>
pkgname=jaromail
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A commandline tool to easily and privately handle your e-mail"
-arch=('any')
+arch=('x86_64' 'i686')
url="http://dyne.org/software/jaro-mail"
license=('GPL3')
depends=('zsh' 'mutt' 'fetchmail' 'vim' 'msmtp' 'notmuch' 'abook' 'elinks' 'pinentry' 'wipe' 'alot')