[arch-commits] CVS update of extra/network/tmda (PKGBUILD)

Paul Mattal paul at archlinux.org
Fri May 4 04:56:44 UTC 2007


    Date: Friday, May 4, 2007 @ 00:56:44
  Author: paul
    Path: /home/cvs-extra/extra/network/tmda

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: tmda 1.1.11-1
update to 1.1.11


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


Index: extra/network/tmda/PKGBUILD
diff -u extra/network/tmda/PKGBUILD:1.7 extra/network/tmda/PKGBUILD:1.8
--- extra/network/tmda/PKGBUILD:1.7	Thu Jan 18 10:36:23 2007
+++ extra/network/tmda/PKGBUILD	Fri May  4 00:56:43 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.7 2007/01/18 15:36:23 paul Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/04 04:56:43 paul Exp $
 # Maintainer: eric <eric at archlinux.org>
 # Contributor: Manolis Tzanidakis
 
 pkgname=tmda
-pkgver=1.1.9
+pkgver=1.1.11
 pkgrel=1
 pkgdesc="Tagged Message Delivery Agent."
 arch=(i686 x86_64)
@@ -11,14 +11,14 @@
 depends=('python' 'smtp-server')
 install=$pkgname.install
 source=(ftp://tmda.net/pub/tmda/releases/$pkgname-$pkgver.tgz tmda.profile.d)
-md5sums=('b2e3d5eabdea977fb350886df95196d9' '24b049c1e9b345944aba53ce01bbcae5')
+md5sums=('7ab79d3ebd1a62757be06218f4af902a' '24b049c1e9b345944aba53ce01bbcae5')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-$pkgver || return 1
   ./compileall
-  /bin/mkdir -p $startdir/pkg/opt/tmda
-  /bin/cp -ra * $startdir/pkg/opt/tmda
+  /bin/mkdir -p $startdir/pkg/opt/tmda || return 1
+  /bin/cp -ra * $startdir/pkg/opt/tmda || return 1
   /bin/install -D -m 755 $startdir/src/tmda.profile.d \
-      $startdir/pkg/etc/profile.d/tmda.sh
+      $startdir/pkg/etc/profile.d/tmda.sh || return 1
 }
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list