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

Paul Mattal paul at archlinux.org
Fri Oct 24 13:12:41 UTC 2008


    Date: Friday, October 24, 2008 @ 09:12:41
  Author: paul
Revision: 17028

upgpkg: squirrelmail 1.4.16-2
    fixed force to new options array syntax

Modified:
  squirrelmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-24 09:01:35 UTC (rev 17027)
+++ PKGBUILD	2008-10-24 13:12:41 UTC (rev 17028)
@@ -4,8 +4,7 @@
 
 pkgname=squirrelmail
 pkgver=1.4.16
-pkgrel=1
-force=y
+pkgrel=2
 pkgdesc="Webmail for Nuts!"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,6 +15,7 @@
 install=$pkgname.install
 source=(http://dl.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('301657fb532a3351ccffbabed4c0ae54')
+options=('force')
 
 build() {
   # install




More information about the arch-commits mailing list