aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--urxvt-tabbedex.install9
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44192ab..25a29e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = urxvt-tabbedex
source = urxvt-tabbedex.install
md5sums = SKIP
md5sums = 92d581a40779da3127c88fdc7d10257f
- md5sums = 2b72e16f346240c14bbe27ca23051b7a
+ md5sums = a07c8a1c46379ab763a113d3d9f4111e
pkgname = urxvt-tabbedex
diff --git a/PKGBUILD b/PKGBUILD
index 0a8723e..9ba1fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=('git+https://github.com/stepb/urxvt-tabbedex.git#tag=tabbedex-0.4'
'urxvt-tabbedex.install')
md5sums=('SKIP'
'92d581a40779da3127c88fdc7d10257f'
- '2b72e16f346240c14bbe27ca23051b7a')
+ 'a07c8a1c46379ab763a113d3d9f4111e')
prepare() {
cd urxvt-tabbedex
diff --git a/urxvt-tabbedex.install b/urxvt-tabbedex.install
index ea071e2..b45deb1 100644
--- a/urxvt-tabbedex.install
+++ b/urxvt-tabbedex.install
@@ -1,9 +1,10 @@
post_install () {
- echo "==> To enable tabbedex place the following in ~/.Xdefaults"
+ echo "==> To enable tabbedex, place the following line in your X resources file"
echo "==> URxvt.perl-ext-common: default,tabbedex"
- echo "==> For documentation see urxvtperl man file (section on the tabbed"
- echo "==> extension), also see the comments at the top of the tabbedex source"
- echo "==> code: /usr/lib/urxvt/perl/tabbedex"
+ echo "==> If you don't have a X resources file set up, check the wiki."
+ echo "==> For documentation see the urxvtperl man page (section on the tabbed"
+ echo "==> extension), and also see the comments at the top of the tabbedex"
+ echo "==> source code in /usr/lib/urxvt/perl/tabbedex."
}
post_upgrade () {