aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-06 03:24:55 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commit895b27c0a76b7d27120d60734fdc7e925155953d (patch)
tree84f73264d5c7bb1ca847c510a274f09bd8f2bf1d
parent7420d772a03614a74ae12c3848584c57893d0a15 (diff)
downloadpkgbuilds-895b27c0a76b7d27120d60734fdc7e925155953d.tar.xz
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
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 <janoliver@oelerich.org>
+# Maintainer: Jan Oliver Oelerich <janoliver@oelerich.org>
# Contributor: Johannes Löthberg <johannes@kyrias.com>
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: