From 895b27c0a76b7d27120d60734fdc7e925155953d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Feb 2014 03:24:55 +0100 Subject: Various stylistic housekeeping... Might change tabs to be 4 spaces tho.. --- .SRCINFO | 2 +- PKGBUILD | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3ad704d..84c2296 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,7 @@ pkgbase = i3pystatus-git url = https://github.com/enkore/i3pystatus.git arch = i686 arch = x86_64 - license = mit + license = MIT makedepends = git makedepends = python-distribute depends = python diff --git a/PKGBUILD b/PKGBUILD index d363e59..7a5e1a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Jan Oliver Oelerich +# Maintainer: Jan Oliver Oelerich # Contributor: Johannes Löthberg pkgname=i3pystatus-git @@ -6,7 +6,7 @@ pkgdesc="i3status replacement written in python for the i3 window manager" pkgver=git pkgrel=1 arch=('i686' 'x86_64') -license=('mit') +license=('MIT') depends=('python' 'basiciw-git' 'python-netifaces-git') makedepends=('git' 'python-distribute') url="https://github.com/enkore/i3pystatus.git" @@ -14,13 +14,13 @@ source=('git+https://github.com/enkore/i3pystatus.git') md5sums=('SKIP') pkgver() { - cd i3pystatus - git describe --always --long | sed 's/^v//; s/-/-r/; s/-/./g' + cd i3pystatus + git describe --always --long | sed 's/^v//; s/-/-r/; s/-/./g' } package() { - cd i3pystatus - python setup.py install --prefix=/usr --root="$pkgdir" -} + cd i3pystatus + python setup.py install --prefix=/usr --root="$pkgdir" +} -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: -- cgit v1.2.3-70-g09d2