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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 22 07:38:33 UTC 2014


    Date: Friday, August 22, 2014 @ 09:38:33
  Author: arodseth
Revision: 117744

Updated to 3.1.15

Modified:
  at/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 07:28:21 UTC (rev 117743)
+++ PKGBUILD	2014-08-22 07:38:33 UTC (rev 117744)
@@ -1,25 +1,27 @@
 # $Id$
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Todd Musall <tmusall at comcast.net>
 
 pkgname=at
-pkgver=3.1.14
-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"
+pkgver=3.1.15
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64' 'i686')
+url='http://packages.qa.debian.org/a/at.html'
 license=('GPL')
 depends=('pam' 'flex')
 makedepends=('ssmtp')
 backup=('etc/at.deny')
 options=('!makeflags')
-source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
-        atd.service)
-md5sums=('d41cfd79033b6e49a8838add59a42ac6'
-         '58856a1081e101ed6f0f02f9a20ada4e')
+source=("git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver"
+        'atd.service')
+sha256sums=('SKIP'
+            '34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "$pkgname-$pkgver"
+
   ./configure --prefix=/usr --sbindir=/usr/bin \
               --with-jobdir=/var/spool/atd \
               --with-atspool=/var/spool/atd
@@ -27,7 +29,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make IROOT="${pkgdir}" docdir=/usr/share/doc install
-  install -D -m644 "${srcdir}/atd.service" "${pkgdir}/usr/lib/systemd/system/atd.service"
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+  install -Dm644 atd.service "$pkgdir/usr/lib/systemd/system/atd.service"
 }




More information about the arch-commits mailing list