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

Paul Mattal paul at archlinux.org
Sat Dec 6 17:49:15 UTC 2008


    Date: Saturday, December 6, 2008 @ 12:49:14
  Author: paul
Revision: 20773

upgpkg: squirrelmail 1.4.17-3
    update to 1.4.17, fixed straggling path and user issues

Modified:
  squirrelmail/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-06 17:26:06 UTC (rev 20772)
+++ PKGBUILD	2008-12-06 17:49:14 UTC (rev 20773)
@@ -3,18 +3,17 @@
 # Contributor: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=squirrelmail
-pkgver=1.4.16
-pkgrel=2
+pkgver=1.4.17
+pkgrel=3
 pkgdesc="Webmail for Nuts!"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.squirrelmail.org"
 depends=('php' 'perl' 'imap-server')
 makedepends=('findutils')
-backup=(home/httpd/html/squirrelmail/.htaccess home/httpd/html/squirrelmail/config/config.php)
+backup=(srv/http/squirrelmail/.htaccess srv/http/squirrelmail/config/config.php)
 install=$pkgname.install
 source=(http://dl.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('301657fb532a3351ccffbabed4c0ae54')
 options=('force')
 
 build() {
@@ -37,9 +36,9 @@
   # I don't know how to get chgrp to take "-1" properly; perhaps someday
   # I'll figure out how to make this work
   mkdir -p $startdir/pkg/var/lib/squirrelmail/{data,attachments} || return 1
-  chown -R nobody:nobody $startdir/pkg/var/lib/squirrelmail/data \
+  chown -R http:http $startdir/pkg/var/lib/squirrelmail/data \
     || return 1
-  chown -R nobody:nobody $startdir/pkg/var/lib/squirrelmail/attachments \
+  chown -R http:http $startdir/pkg/var/lib/squirrelmail/attachments \
     || return 1
   chmod 0700 $startdir/pkg/var/lib/squirrelmail/data || return 1
   chmod 0300 $startdir/pkg/var/lib/squirrelmail/attachments || return 1
@@ -49,3 +48,4 @@
     || return 1
 }
 # vim: ts=2 sw=2 et ft=sh
+md5sums=('97a492c0cfed90679ce6683d7760d68e')




More information about the arch-commits mailing list