Date: Saturday, March 30, 2013 @ 15:49:02 Author: dwallace Revision: 87388
upgpkg: dwb 2013.03.30-2 upgpkg: dwb 2013.03.30-2 Modified: dwb/trunk/PKGBUILD dwb/trunk/dwb.install -------------+ PKGBUILD | 2 +- dwb.install | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-30 14:43:49 UTC (rev 87387) +++ PKGBUILD 2013-03-30 14:49:02 UTC (rev 87388) @@ -4,7 +4,7 @@ pkgname=dwb pkgver=2013.03.30 -pkgrel=1 +pkgrel=2 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" arch=('i686' 'x86_64') Modified: dwb.install =================================================================== --- dwb.install 2013-03-30 14:43:49 UTC (rev 87387) +++ dwb.install 2013-03-30 14:49:02 UTC (rev 87388) @@ -1,5 +1,7 @@ post_install(){ update-desktop-database -q + echo "==> If you are using extensions you should update the extensions with" + echo "==> dwbem -u or dwbem -Nu" } post_upgrade(){
