[arch-commits] Commit in at/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Aug 31 13:39:19 UTC 2016


    Date: Wednesday, August 31, 2016 @ 13:39:18
  Author: arodseth
Revision: 188131

upgpkg: at 3.1.20-3

Modified:
  at/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-31 13:26:59 UTC (rev 188130)
+++ PKGBUILD	2016-08-31 13:39:18 UTC (rev 188131)
@@ -1,18 +1,19 @@
 # $Id$
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Nathan Baum <n at p12a.org.uk>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Todd Musall <tmusall at comcast.net>
 
 pkgname=at
 pkgver=3.1.20
-pkgrel=2
+pkgrel=3
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64' 'i686')
 url='http://blog.calhariz.com/tag/at'
 license=('GPL')
 depends=('pam' 'flex')
-makedepends=('ssmtp' 'git')
-backup=('etc/at.deny')
+makedepends=('smtp-forwarder' 'git')
+backup=('etc/at.deny' 'var/spool/atd/.SEQ')
 options=('!makeflags')
 source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz")
 sha256sums=('0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9')
@@ -26,6 +27,7 @@
     --with-jobdir=/var/spool/atd \
     --with-atspool=/var/spool/atd \
     --with-systemdsystemunitdir=/usr/lib/systemd/system
+
   CFLAGS="$CFLAGS -w" make
 }
 



More information about the arch-commits mailing list