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:34:46 +0200 |
commit | 7eef99f1e31dcf2c7e27087c2517eb98fcef890f (patch) | |
tree | 9db7537dc59eef5e7bfdf14bd0bd0eaa4cf0215d /PKGBUILD | |
parent | 3217ccb6d7386c52b86c8885e337e4fd931ded19 (diff) | |
download | pkgbuilds-7eef99f1e31dcf2c7e27087c2517eb98fcef890f.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-git.install source=('git+https://github.com/stepb/urxvt-tabbedex.git' - '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' - 'urxvt-tabbedex-git.install') + '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' + 'urxvt-tabbedex-git.install') md5sums=('SKIP' - '92d581a40779da3127c88fdc7d10257f' - 'a07c8a1c46379ab763a113d3d9f4111e') + '92d581a40779da3127c88fdc7d10257f' + 'a07c8a1c46379ab763a113d3d9f4111e') pkgver() { cd urxvt-tabbedex @@ -35,4 +35,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: |