aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commitbaa9d74f9cca78dc5acdb7db70d1911990112854 (patch)
tree1ac8e8bbf5bff3cc6e7416ecedbad8b28e9d9f06 /PKGBUILD
parentbe6a4871d386a835925db62591b315dda71bedce (diff)
downloadpkgbuilds-baa9d74f9cca78dc5acdb7db70d1911990112854.tar.xz
Clean up PKGBUILDs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99725bc..69d7972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Jan Oliver Oelerich <janoliver@oelerich.org>
-# Contributor: Johannes Löthberg <johannes@kyrias.com>
-
pkgname=i3pystatus-git
-pkgdesc="i3status replacement written in python for the i3 window manager"
-pkgver=git
+pkgver=3.29.r72.gf9bbeda
pkgrel=1
+
+pkgdesc="i3status replacement written in python for the i3 window manager"
+url="https://github.com/enkore/i3pystatus.git"
arch=('i686' 'x86_64')
license=('MIT')
+
depends=('python' 'basiciw-git' 'python-netifaces-git')
makedepends=('git' 'python-distribute')
-url="https://github.com/enkore/i3pystatus.git"
+
source=('git+https://github.com/enkore/i3pystatus.git')
md5sums=('SKIP')