diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-22 19:03:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:34:46 +0200 |
commit | 844df3fa1614008db1975aa1e214f78e8b78857a (patch) | |
tree | 732c1b9057978b0fa6ce0e30a9040bb518684786 /PKGBUILD | |
parent | 404c9b3b8e1c6234813021381650e03a439a2880 (diff) | |
download | pkgbuilds-844df3fa1614008db1975aa1e214f78e8b78857a.tar.xz |
did some shit, too lazy to split things up
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,10 +1,11 @@ # Maintainer: Johannes Löthberg <johannes@kyriasis.com> +# Contributor: StephenB <mail4stb at gmail dot com> # Contributor: M Rawash <mrawash@gmail.com> pkgname=urxvt-tabbedex-git pkgver=0.4.r9.g49c1514 -pkgrel=1 -pkgdesc="Tabbed plugin for rxvt-unicode with many enhancements, git version with perl 5.18 patch." +pkgrel=2 +pkgdesc="A tabbed extension for rxvt-unicode with several enhancements" arch=("any") url='http://github.com/stepb/urxvt-tabbedex' license=("GPL") @@ -13,10 +14,12 @@ makedepends=('git') 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') +source=('git+https://github.com/stepb/urxvt-tabbedex.git' + '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' + 'urxvt-tabbedex-git.install') md5sums=('SKIP' - '92d581a40779da3127c88fdc7d10257f') + '92d581a40779da3127c88fdc7d10257f' + '2b72e16f346240c14bbe27ca23051b7a') pkgver() { cd urxvt-tabbedex @@ -29,7 +32,7 @@ prepare() { } package() { - install -Dm644 "$srcdir"/urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex + install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex } # vim: set ts=4 sw=4 noet: |