summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordeviantfero2018-01-18 17:46:36 -0600
committerdeviantfero2018-01-18 17:46:36 -0600
commite21bc17ff24c6c1c1f8d43c1e434e015eaebeb9b (patch)
treece65ec5e5772ef96ef65a8c6e2d45c01260c3357 /PKGBUILD
parent3db72cf552f9c6b5feab1cfb6f9db165cbfa1cb9 (diff)
downloadaur-e21bc17ff24c6c1c1f8d43c1e434e015eaebeb9b.tar.gz
change pywal dependencie to tagged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8ca409c1805..6007a8cb474c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPLv2')
source=("git://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}")
sha512sums=('SKIP')
arch=('any')
-depends=('python' 'python-pillow' 'python-gobject' 'gtk3' 'libxslt' 'python-pywal-git')
+depends=('python' 'python-pillow' 'python-gobject' 'gtk3' 'libxslt' 'python-pywal')
optdepends=('feh: set wallpaper'
'nitrogen: set wallpaper')
conflicts=("${_gitname}")