From d4a983755e327bd23ca0f62d73388f7049b6c337 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 4 Aug 2014 18:10:35 +0200 Subject: Clean up PKGBUILD --- PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index b847f95..8cc8098 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,26 @@ -# Maintainer: Johannes Löthberg -# Contributor: StephenB -# Contributor: M Rawash - 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 -- cgit v1.2.3-54-g00ecf