[arch-commits] Commit in at/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Sep 30 20:37:42 UTC 2018


    Date: Sunday, September 30, 2018 @ 20:37:42
  Author: eworm
Revision: 388708

archrelease: copy trunk to community-x86_64

Added:
  at/repos/community-x86_64/PKGBUILD
    (from rev 388707, at/trunk/PKGBUILD)
Deleted:
  at/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 20:37:31 UTC (rev 388707)
+++ PKGBUILD	2018-09-30 20:37:42 UTC (rev 388708)
@@ -1,38 +0,0 @@
-# $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=4
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64')
-url='http://blog.calhariz.com/tag/at'
-license=('GPL')
-depends=('pam' 'flex')
-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')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --with-jobdir=/var/spool/atd \
-    --with-atspool=/var/spool/atd \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  CFLAGS="$CFLAGS -w" make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-x86_64/PKGBUILD (from rev 388707, at/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-30 20:37:42 UTC (rev 388708)
@@ -0,0 +1,39 @@
+# 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.23
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64')
+url='http://blog.calhariz.com/tag/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('smtp-forwarder' 'git')
+backup=('etc/at.deny' 'var/spool/atd/.SEQ')
+options=('!makeflags')
+validpgpkeys=('464BC7CD439FEE5E8B4098A0348A778D6885EF8F') # Jose M Calhariz (Técnico) <jose.calhariz at tecnico.ulisboa.pt>
+source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.asc})
+sha256sums=('97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710'
+            'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-jobdir=/var/spool/atd \
+    --with-atspool=/var/spool/atd \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list