diff options
Diffstat (limited to 'extra/xfce4-mailwatch-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-mailwatch-plugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce4-mailwatch-plugin/PKGBUILD b/extra/xfce4-mailwatch-plugin/PKGBUILD index 58113add0..59daa2395 100644 --- a/extra/xfce4-mailwatch-plugin/PKGBUILD +++ b/extra/xfce4-mailwatch-plugin/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 108113 2011-01-29 14:05:40Z andyrtr $ +# $Id: PKGBUILD 135816 2011-08-18 15:04:58Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Suzy Williams <suzanne.williams3@verizon.net> pkgname=xfce4-mailwatch-plugin pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('GPL2') url="http://spurint.org/projects/xfce4-mailwatch-plugin/" groups=('xfce4-goodies') -depends=('xfce4-panel' 'libxfcegui4' 'gnutls>=2.4.1' 'hicolor-icon-theme') +depends=('xfce4-panel' 'libxfcegui4' 'gnutls' 'libgcrypt' 'hicolor-icon-theme') makedepends=('intltool' 'xfce4-dev-tools') options=('!libtool') install=${pkgname}.install |