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:34:47 +0200 |
commit | 9f386d2559e896b7063326846af11e2d650db4e8 (patch) | |
tree | 029f560c5e8969e61489222e65b0f9f82b0173e0 | |
parent | e54961f8929743b8e534ea24e1200cd90b3a2477 (diff) | |
download | pkgbuilds-9f386d2559e896b7063326846af11e2d650db4e8.tar.xz |
Clean up PKGBUILD
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 23 |
2 files changed, 15 insertions, 14 deletions
@@ -2,8 +2,8 @@ # Mon Jun 1 13:54:36 UTC 2015 pkgbase = urxvt-tabbedex-git pkgdesc = A tabbed extension for rxvt-unicode with several enhancements - pkgver = git - pkgrel = 2 + pkgver = 0.4.r9.g49c1514 + pkgrel = 1 url = http://github.com/stepb/urxvt-tabbedex install = urxvt-tabbedex-git.install arch = any @@ -17,7 +17,7 @@ pkgbase = urxvt-tabbedex-git source = urxvt-tabbedex-git.install md5sums = SKIP md5sums = 92d581a40779da3127c88fdc7d10257f - md5sums = a07c8a1c46379ab763a113d3d9f4111e + md5sums = 6ea57fa7db9cc912b3759f1ef8c064b0 pkgname = urxvt-tabbedex-git @@ -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 |