diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-19 02:15:56 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:41 +0200 |
commit | f92b4a1ceefe3048977cf5a0f1f43a4834a315c7 (patch) | |
tree | 87cc7093397853707f52687318f1e799ae6ae389 /PKGBUILD | |
parent | 6183b1f9192431b8bca4788533afb5792cf4d616 (diff) | |
download | pkgbuilds-f92b4a1ceefe3048977cf5a0f1f43a4834a315c7.tar.xz |
Reindent with tabs, minor style changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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: |