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

Paul Mattal paul at archlinux.org
Thu Oct 23 03:21:22 UTC 2008


    Date: Wednesday, October 22, 2008 @ 23:21:21
  Author: paul
Revision: 16895

upgpkg: squirrelmail 1.4.16-1
    return to stable branch

Modified:
  squirrelmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-23 02:11:25 UTC (rev 16894)
+++ PKGBUILD	2008-10-23 03:21:21 UTC (rev 16895)
@@ -3,9 +3,9 @@
 # Contributor: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=squirrelmail
-pkgver=1.5.2cvs
-pkgrel=7
-_snapshot=20080809_0000
+pkgver=1.4.16
+pkgrel=1
+force=y
 pkgdesc="Webmail for Nuts!"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,16 +14,14 @@
 makedepends=('findutils')
 backup=(home/httpd/html/squirrelmail/.htaccess home/httpd/html/squirrelmail/config/config.php)
 install=$pkgname.install
-#source=(http://snapshots.squirrelmail.org/$pkgname-$_snapshot-SVN.devel.tar.bz2)
-# since the snapshots go away quickly, mirror them
-source=(ftp://ftp.archlinux.org/other/squirrelmail/$pkgname-$_snapshot-SVN.devel.tar.bz2)
-md5sums=('940c324b556ac9b59636781e98473563')
+source=(http://dl.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('301657fb532a3351ccffbabed4c0ae54')
 
 build() {
   # install
   mkdir -p $startdir/pkg/srv/http/squirrelmail || return 1
   cd $startdir/pkg/srv/http/squirrelmail || return 1
-  cp -a $startdir/src/squirrelmail.devel/* . || return 1
+  cp -a $startdir/src/squirrelmail-$pkgver/* . || return 1
 
   # remove CVS dirs
   find $startdir/pkg -type d -name CVS -exec rm -rf {} \; || return 1




More information about the arch-commits mailing list