diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-06 03:24:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:41 +0200 |
commit | bd98f0fc8f1fd763348ca61af8fc2a1ab030c560 (patch) | |
tree | 93e1a26eeda74ceb6f9d6ed2e668d9adfe6d2ff6 /PKGBUILD | |
parent | e4109b121b7f04fd000f849ddddae8e535cb62b6 (diff) | |
download | pkgbuilds-bd98f0fc8f1fd763348ca61af8fc2a1ab030c560.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,11 +15,11 @@ provides=('urxvt-tabbedex') conflicts=('urxvt-tabbedex') install=urxvt-tabbedex.install source=('git+https://github.com/stepb/urxvt-tabbedex.git#tag=tabbedex-0.4' - '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' - 'urxvt-tabbedex.install') + '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' + 'urxvt-tabbedex.install') md5sums=('SKIP' - '92d581a40779da3127c88fdc7d10257f' - 'a07c8a1c46379ab763a113d3d9f4111e') + '92d581a40779da3127c88fdc7d10257f' + 'a07c8a1c46379ab763a113d3d9f4111e') prepare() { cd urxvt-tabbedex @@ -30,4 +30,4 @@ package() { install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |