summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44aa8eca515b..0d3e1670c01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = i3pystatus
pkgdesc = i3status replacement written in python for the i3 window manager
pkgver = r1807.e0234c1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enkore/i3pystatus
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python
optdepends = python-pyalsaaudio: For the alsa module.,
diff --git a/PKGBUILD b/PKGBUILD
index 64c956339fb8..170fb10ea061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ _pkgrev=e0234c12233903bd7faca96f2f4497fb876191f2
pkgname=i3pystatus
pkgdesc="i3status replacement written in python for the i3 window manager"
pkgver=r1807.e0234c1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('MIT')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
optdepends=('python-pyalsaaudio: For the alsa module.',
'python-dbus: For the thunderbird or now_playing modules.',
'python-psutil: For the mem, membar or network_traffic modules.',