Date: Wednesday, February 26, 2014 @ 00:14:21 Author: bpiotrowski Revision: 106259
upgpkg: phpmyadmin 4.1.8-1 new upstream release Modified: phpmyadmin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-25 23:08:43 UTC (rev 106258) +++ PKGBUILD 2014-02-25 23:14:21 UTC (rev 106259) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: tobias <[email protected]> # Contributor: Manolis Tzanidakis <[email protected]> @@ -6,7 +6,7 @@ # Contributor: Simon Lackerbauer <calypso "at" strpg.org> pkgname=phpmyadmin -pkgver=4.1.7 +pkgver=4.1.8 pkgrel=1 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW' arch=('any') @@ -17,7 +17,7 @@ backup=(etc/webapps/phpmyadmin/config.inc.php) install=$pkgname.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2) -sha256sums=('a3ffcdda2b819113ddcf54acd4a8935e48be96e9855e1e906ef29609e2eca5d0') +sha256sums=('d774ad005d0f03d2fc8c840cedb35571c24a7a265c1a4a50ecad67f3d531ddb2') package() { _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
