Date: Thursday, January 8, 2015 @ 00:13:34 Author: bpiotrowski Revision: 125580
upgpkg: phpmyadmin 4.3.6-1 new upstream release Modified: phpmyadmin/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-07 22:15:18 UTC (rev 125579) +++ PKGBUILD 2015-01-07 23:13:34 UTC (rev 125580) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Maintainer: +# Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: tobias <[email protected]> # Contributor: Manolis Tzanidakis <[email protected]> @@ -6,7 +7,7 @@ # Contributor: Simon Lackerbauer <calypso "at" strpg.org> pkgname=phpmyadmin -pkgver=4.3.5 +pkgver=4.3.6 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -16,7 +17,7 @@ optdepends=('php-mcrypt: to use phpMyAdmin internal authentication') backup=(etc/webapps/phpmyadmin/config.inc.php) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -md5sums=('438bb084304401379378934ff4fdf00d') +md5sums=('3d65be570785b11c943c0de116e54e26') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
