[arch-commits] Commit in bbdb/trunk (PKGBUILD bbdb.install)
Sergej Pupykin
spupykin at archlinux.org
Sat Mar 19 20:29:04 UTC 2016
Date: Saturday, March 19, 2016 @ 21:29:04
Author: spupykin
Revision: 167662
upgpkg: bbdb 3.1.2-2
upd
Modified:
bbdb/trunk/PKGBUILD
bbdb/trunk/bbdb.install
--------------+
PKGBUILD | 2 +-
bbdb.install | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-19 20:25:58 UTC (rev 167661)
+++ PKGBUILD 2016-03-19 20:29:04 UTC (rev 167662)
@@ -4,7 +4,7 @@
pkgname="bbdb"
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A rolodex-like database for Emacs"
arch=('any')
url="https://savannah.nongnu.org/projects/bbdb"
Modified: bbdb.install
===================================================================
--- bbdb.install 2016-03-19 20:25:58 UTC (rev 167661)
+++ bbdb.install 2016-03-19 20:29:04 UTC (rev 167662)
@@ -11,6 +11,11 @@
post_upgrade() {
post_install $1
echo ">> Update breaks wanderlust compatibility. You need to keep bbdb-2 or intergrate them manually"
+ echo ">> gnus compatibility was also broken. Now initialization should be:"
+ echo ">> (require 'bbdb-loaddefs)"
+ echo ">> (require 'bbdb)"
+ echo ">> (bbdb-initialize 'gnus 'message)"
+ echo ">> (bbdb-mua-auto-update-init 'gnus 'message)"
}
pre_remove() {
More information about the arch-commits
mailing list