diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-03 16:58:53 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:41 +0200 |
commit | e4109b121b7f04fd000f849ddddae8e535cb62b6 (patch) | |
tree | 9a8ddaad4c24898fbc8990e5a8c0dc2de1cf7aa5 | |
parent | 1e999a47a7403a8f0e6f40ec9751a432f4bab00e (diff) | |
download | pkgbuilds-e4109b121b7f04fd000f849ddddae8e535cb62b6.tar.xz |
urxvt-tabbedex{,-git}: Fixed install text and patch checksum
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | urxvt-tabbedex.install | 9 |
3 files changed, 7 insertions, 6 deletions
@@ -17,7 +17,7 @@ pkgbase = urxvt-tabbedex source = urxvt-tabbedex.install md5sums = SKIP md5sums = 92d581a40779da3127c88fdc7d10257f - md5sums = 2b72e16f346240c14bbe27ca23051b7a + md5sums = a07c8a1c46379ab763a113d3d9f4111e pkgname = urxvt-tabbedex @@ -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 () { |