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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Aug 18 19:07:02 UTC 2010


    Date: Wednesday, August 18, 2010 @ 15:07:02
  Author: andyrtr
Revision: 87912

upgpkg: mailman 2.1.13-2
remove dep on apache; #20481

Modified:
  mailman/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 18:46:06 UTC (rev 87911)
+++ PKGBUILD	2010-08-18 19:07:02 UTC (rev 87912)
@@ -3,12 +3,12 @@
 
 pkgname=mailman
 pkgver=2.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Mailing list manager with built in web access"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.list.org/"
-depends=('python' 'apache' 'smtp-server')
+depends=('python' 'smtp-server')
 # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead.
 backup=('usr/lib/mailman/Mailman/mm_cfg.py')
 install=$pkgname.install




More information about the arch-commits mailing list