aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b847f95..8cc8098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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