aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-19 02:15:56 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 14:33:41 +0200
commitf92b4a1ceefe3048977cf5a0f1f43a4834a315c7 (patch)
tree87cc7093397853707f52687318f1e799ae6ae389
parent6183b1f9192431b8bca4788533afb5792cf4d616 (diff)
downloadpkgbuilds-f92b4a1ceefe3048977cf5a0f1f43a4834a315c7.tar.xz
Reindent with tabs, minor style changes
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c8f0e5..555079a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,17 +12,19 @@ depends=('rxvt-unicode')
replaces=('rxvt-unicode-256color-named-tabs')
install=urxvt-tabbedex.install
source=("https://github.com/stepb/urxvt-tabbedex/tarball/tabbedex-$pkgver"
- '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch')
+ '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch')
md5sums=('d8c165ae73ae4fa8008e9658c415846d'
- '92d581a40779da3127c88fdc7d10257f')
+ '92d581a40779da3127c88fdc7d10257f')
prepare() {
- cd ${srcdir}/stepb-urxvt-tabbedex-f9490d8
+ cd ${srcdir}/stepb-urxvt-tabbedex-f9490d8
- patch tabbedex ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
+ patch tabbedex ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch
}
package() {
- install -Dm644 ${srcdir}/stepb-urxvt-tabbedex-f9490d8/tabbedex \
- ${pkgdir}/usr/lib/urxvt/perl/tabbedex
+ install -Dm644 ${srcdir}/stepb-urxvt-tabbedex-f9490d8/tabbedex \
+ ${pkgdir}/usr/lib/urxvt/perl/tabbedex
}
+
+# vim: set ts=4 sw=4 noet: