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:34:46 +0200 |
commit | 41a38dda7a34defcf9aab5cf0c0db5642683c31b (patch) | |
tree | eaf24f4a6e48fd9495d00b0c266d05b11f5a5fc4 /PKGBUILD | |
parent | ca866a3451b4be7e7de30d8484cb9cd7baf0d910 (diff) | |
download | pkgbuilds-41a38dda7a34defcf9aab5cf0c0db5642683c31b.tar.xz |
Reindent with tabs, minor style changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -14,20 +14,22 @@ provides=('urxvt-tabbedex') conflicts=('urxvt-tabbedex') install=urxvt-tabbedex-git.install source=('git://github.com/stepb/urxvt-tabbedex.git' - '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch') + '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch') md5sums=('SKIP' - '92d581a40779da3127c88fdc7d10257f') + '92d581a40779da3127c88fdc7d10257f') pkgver() { - date +%Y%m%d + date +%Y%m%d } prepare() { - cd ${srcdir}/urxvt-tabbedex + cd ${srcdir}/urxvt-tabbedex - git apply ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch + git apply ../0001-make-urxvt-tabbedex-work-with-perl-5.18.patch } package() { - install -Dm644 ${srcdir}/urxvt-tabbedex/tabbedex ${pkgdir}/usr/lib/urxvt/perl/tabbedex + install -Dm644 ${srcdir}/urxvt-tabbedex/tabbedex ${pkgdir}/usr/lib/urxvt/perl/tabbedex } + +# vim: set ts=4 sw=4 noet: |