summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlias Stamatis2018-10-12 12:11:27 +0200
committerIlias Stamatis2018-10-12 12:11:27 +0200
commit740b3af8f0a5f0fdf8ccb18974fd93fc84509631 (patch)
tree599f6a3867a818fc7831283493bdfaefc3a9abfe /PKGBUILD
parent5dfdae254c729685ac12e3f98646d0bfde61d6f8 (diff)
downloadaur-740b3af8f0a5f0fdf8ccb18974fd93fc84509631.tar.gz
added git to makedepends and removed lxdm from depends
There are two packages providing lxdm: 'lxdm' and 'lxdm-gtk3'. Currently someone with the 'lxdm-gtk3' package is not able to install 'lxdm-themes' which does not make sense. However since 'lxdm-themes' does not really depend on any lxdm package the easiest option is to just remove this dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faab37b9e258..76e3ac7611b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=lxdm-themes
pkgver=1
-pkgrel=6
+pkgrel=7
pkgdesc="Archlinux, ArchlinuxFull, ArchlinuxTop, Arch-Dark, Arch-Stripes and IndustrialArch lxdm themes"
arch=(any)
url="https://wiki.archlinux.org/index.php/LXDM#Themes"
license=('GPL' 'CCPL')
-depends=('lxdm')
+makedepends=('git')
conflicts=('archlinux-lxdm-theme' 'archlinux-lxdm-theme-full'
'archlinux-lxdm-theme-top' 'industrial-arch-lxdm')
install=lxdm-themes.install