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 | |
parent | 7eef99f1e31dcf2c7e27087c2517eb98fcef890f (diff) | |
download | pkgbuilds-e54961f8929743b8e534ea24e1200cd90b3a2477.tar.xz |
Dump...
-rw-r--r-- | PKGBUILD | 10 | ||||
-rw-r--r-- | urxvt-tabbedex-git.install | 4 |
2 files changed, 5 insertions, 9 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: diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install index b45deb1..d5eaf1b 100644 --- a/urxvt-tabbedex-git.install +++ b/urxvt-tabbedex-git.install @@ -8,7 +8,5 @@ post_install () { } post_upgrade () { - post_install $1 + post_install } - -# vim: set ts=4 sw=4 noet: |