diff options
Diffstat (limited to 'community/at/PKGBUILD')
-rw-r--r-- | community/at/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/at/PKGBUILD b/community/at/PKGBUILD index 7c46c042c..bcb0e7f23 100644 --- a/community/at/PKGBUILD +++ b/community/at/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 109640 2014-04-17 07:59:27Z fyan $ +# $Id: PKGBUILD 109753 2014-04-18 13:33:04Z fyan $ # Maintainer: Judd Vinet <jvinet@zeroflux.org> # Contributor: Todd Musall <tmusall@comcast.net> pkgname=at pkgver=3.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="AT and batch delayed command scheduling utility and daemon" arch=('i686' 'x86_64') url="http://packages.qa.debian.org/a/at.html" license=('GPL') -depends=('pam') +depends=('pam' 'flex') makedepends=('ssmtp') backup=('etc/at.deny') options=('!makeflags') |