[arch-commits] CVS update of extra/system/phpmyadmin (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Aug 18 20:56:49 UTC 2007


    Date: Saturday, August 18, 2007 @ 16:56:49
  Author: eric
    Path: /home/cvs-extra/extra/system/phpmyadmin

Modified: PKGBUILD (1.41 -> 1.42)

upgpkg: phpmyadmin 2.10.3-1


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/system/phpmyadmin/PKGBUILD
diff -u extra/system/phpmyadmin/PKGBUILD:1.41 extra/system/phpmyadmin/PKGBUILD:1.42
--- extra/system/phpmyadmin/PKGBUILD:1.41	Fri Jul 13 22:37:00 2007
+++ extra/system/phpmyadmin/PKGBUILD	Sat Aug 18 16:56:49 2007
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.41 2007/07/14 02:37:00 eric Exp $
+# $Id: PKGBUILD,v 1.42 2007/08/18 20:56:49 eric Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Committer: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=phpmyadmin
-_dlversion=2.10.2
+_dlversion=2.10.3
 pkgver=$(echo ${_dlversion} | sed 's/-//')
 pkgrel=1
 pkgdesc="A PHP and hence web-based tool to administrate MySQL over the WWW"
-arch=(i686 x86_64)
-license=(GPL)
+arch=('i686' 'x86_64')
 url="http://www.phpmyadmin.net"
+license=('GPL')
 depends=('php' 'mysql')
 backup=(home/httpd/html/phpMyAdmin/.htaccess \
         home/httpd/html/phpMyAdmin/config.inc.php)
 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/phpMyAdmin-${_dlversion}-all-languages.tar.bz2)
-md5sums=('7a7a2391502c2bd8c3e0c7288a9de586')
+md5sums=('7866cc1033ba79b5f71354c66d109033')
 
 build() {
   _instdir=${startdir}/pkg/home/httpd/html/phpMyAdmin




More information about the arch-commits mailing list