summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2014-02-03 16:58:53 +0100
committerJohannes Löthberg2015-06-08 14:34:46 +0200
commit3217ccb6d7386c52b86c8885e337e4fd931ded19 (patch)
treee96f9c0cd42c99943df0a03e00821a50a79dc7db
parentc3e72d5c341e358c28c45c487a07db89281906ea (diff)
downloadaur-3217ccb6d7386c52b86c8885e337e4fd931ded19.tar.gz
urxvt-tabbedex{,-git}: Fixed install text and patch checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--urxvt-tabbedex-git.install9
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5330c3351dbe..477734ffbd66 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 f301ff62e35c..a167bfc5c232 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 ea071e2731c7..b45deb1ac1ff 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 () {