summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2016-03-16 16:28:55 +0100
committers-ol2016-03-16 16:28:55 +0100
commitf113a6e08a4a7b61334c9280858e00e315626ed6 (patch)
tree09720c5cd7e0f41b4303dacccb4ce200e5375697
parenta536179d396dbefea84e065f6513464fb844136c (diff)
downloadaur-f113a6e08a4a7b61334c9280858e00e315626ed6.tar.gz
fix pkgver and i3 dependency
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3513c2fb6e94..25dc4dc94eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ _gitname=themer
_gitbranch=master
pkgname="python-${_gitname}-git"
pkgdesc='Themer is a colorscheme generator and manager for your desktop.'
-pkgrel=2
+pkgver=0.0.0
+pkgrel=3
url="https://github.com/s0lll0s/${_gitname}"
license=('MIT')
arch=('any')
depends=('python' 'python-pillow' 'python-yaml' 'python-jinja' 'python-requests')
-optdepends=('i3: default-supported windowmanager' 'fish: supports completion')
+optdepends=('i3-wm: default-supported windowmanager' 'fish: supports completion')
makedepends=('git' 'python-setuptools')
conflicts=()
install="${_gitname}.install"