diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:10:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:33:41 +0200 |
commit | d4a983755e327bd23ca0f62d73388f7049b6c337 (patch) | |
tree | 4391befa8eb6fd7a6deefb2b7c25162530bc1186 /PKGBUILD | |
parent | b1fc0193d6a6ef7f5c1fc55cbe36f9b9cd78cef7 (diff) | |
download | pkgbuilds-d4a983755e327bd23ca0f62d73388f7049b6c337.tar.xz |
Clean up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1,25 +1,26 @@ -# Maintainer: Johannes Löthberg <johannes@kyriasis.com> -# Contributor: StephenB <mail4stb at gmail dot com> -# Contributor: M Rawash <mrawash@gmail.com> - pkgname=urxvt-tabbedex pkgver=0.4 pkgrel=3 + pkgdesc="A tabbed extension for rxvt-unicode with several enhancements" -arch=("any") url='http://github.com/stepb/urxvt-tabbedex' +arch=("any") license=("GPL") + depends=('rxvt-unicode') makedepends=('git') + provides=('urxvt-tabbedex') conflicts=('urxvt-tabbedex') + install=urxvt-tabbedex.install + source=('git+https://github.com/stepb/urxvt-tabbedex.git#tag=tabbedex-0.4' - '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' - 'urxvt-tabbedex.install') + '0001-make-urxvt-tabbedex-work-with-perl-5.18.patch' + 'urxvt-tabbedex.install') md5sums=('SKIP' - '92d581a40779da3127c88fdc7d10257f' - 'a07c8a1c46379ab763a113d3d9f4111e') + '92d581a40779da3127c88fdc7d10257f' + '6ea57fa7db9cc912b3759f1ef8c064b0') prepare() { cd urxvt-tabbedex |