From 3217ccb6d7386c52b86c8885e337e4fd931ded19 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 3 Feb 2014 16:58:53 +0100 Subject: urxvt-tabbedex{,-git}: Fixed install text and patch checksum --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- urxvt-tabbedex-git.install | 9 +++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5330c33..477734f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:35 UTC 2015 +# Mon Jun 1 13:54:36 UTC 2015 pkgbase = urxvt-tabbedex-git pkgdesc = A tabbed extension for rxvt-unicode with several enhancements pkgver = git - pkgrel = 1 + pkgrel = 2 url = http://github.com/stepb/urxvt-tabbedex install = urxvt-tabbedex-git.install arch = any @@ -17,7 +17,7 @@ pkgbase = urxvt-tabbedex-git source = urxvt-tabbedex-git.install md5sums = SKIP md5sums = 92d581a40779da3127c88fdc7d10257f - md5sums = 2b72e16f346240c14bbe27ca23051b7a + md5sums = a07c8a1c46379ab763a113d3d9f4111e pkgname = urxvt-tabbedex-git diff --git a/PKGBUILD b/PKGBUILD index f301ff6..a167bfc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=urxvt-tabbedex-git pkgver=git -pkgrel=1 +pkgrel=2 pkgdesc="A tabbed extension for rxvt-unicode with several enhancements" arch=("any") url='http://github.com/stepb/urxvt-tabbedex' @@ -19,7 +19,7 @@ source=('git+https://github.com/stepb/urxvt-tabbedex.git' 'urxvt-tabbedex-git.install') md5sums=('SKIP' '92d581a40779da3127c88fdc7d10257f' - '2b72e16f346240c14bbe27ca23051b7a') + 'a07c8a1c46379ab763a113d3d9f4111e') pkgver() { cd urxvt-tabbedex diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install index ea071e2..b45deb1 100644 --- a/urxvt-tabbedex-git.install +++ b/urxvt-tabbedex-git.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 () { -- cgit v1.2.3-54-g00ecf