diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-01-02 02:03:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 14:34:46 +0200 |
commit | c3e72d5c341e358c28c45c487a07db89281906ea (patch) | |
tree | 3865ea29b90c9b01f2a98ffea5f7c698aceb1ef6 | |
parent | 00f975d9086544495a7e802897bcc75b403356bc (diff) | |
download | pkgbuilds-c3e72d5c341e358c28c45c487a07db89281906ea.tar.xz |
$pkgver -git and modeline fix
* Changed $pkgver of -git packages to "git"
* Add missing modelines
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ # Mon Jun 1 13:54:35 UTC 2015 pkgbase = urxvt-tabbedex-git pkgdesc = A tabbed extension for rxvt-unicode with several enhancements - pkgver = 0.4.r9.g49c1514 - pkgrel = 2 + pkgver = git + pkgrel = 1 url = http://github.com/stepb/urxvt-tabbedex install = urxvt-tabbedex-git.install arch = any @@ -3,8 +3,8 @@ # Contributor: M Rawash <mrawash@gmail.com> pkgname=urxvt-tabbedex-git -pkgver=0.4.r9.g49c1514 -pkgrel=2 +pkgver=git +pkgrel=1 pkgdesc="A tabbed extension for rxvt-unicode with several enhancements" arch=("any") url='http://github.com/stepb/urxvt-tabbedex' |