diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-16 02:32:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:34:47 +0200 |
commit | e54961f8929743b8e534ea24e1200cd90b3a2477 (patch) | |
tree | 817b1b4ee3407760bc15d9f641c0b276af355d85 /PKGBUILD | |
parent | 7eef99f1e31dcf2c7e27087c2517eb98fcef890f (diff) | |
download | pkgbuilds-e54961f8929743b8e534ea24e1200cd90b3a2477.tar.xz |
Dump...
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 4 insertions, 6 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 @@ -34,5 +34,3 @@ prepare() { package() { install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex } - -# vim: set ts=2 sts=2 sw=2 noet: |