aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 12 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c067d78..59da736 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-git
-pkgver=git
-pkgrel=2
+pkgver=0.4.r9.g49c1514
+pkgrel=1
+
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-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'
+ '6ea57fa7db9cc912b3759f1ef8c064b0')
pkgver() {
cd urxvt-tabbedex