summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlias Stamatis2018-10-12 12:11:27 +0200
committerIlias Stamatis2018-10-12 12:11:27 +0200
commit740b3af8f0a5f0fdf8ccb18974fd93fc84509631 (patch)
tree599f6a3867a818fc7831283493bdfaefc3a9abfe
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa3f35f32b5..c7e6507c2c59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lxdm-themes
pkgdesc = Archlinux, ArchlinuxFull, ArchlinuxTop, Arch-Dark, Arch-Stripes and IndustrialArch lxdm themes
pkgver = 1
- pkgrel = 6
+ pkgrel = 7
url = https://wiki.archlinux.org/index.php/LXDM#Themes
install = lxdm-themes.install
arch = any
license = GPL
license = CCPL
- depends = lxdm
+ makedepends = git
conflicts = archlinux-lxdm-theme
conflicts = archlinux-lxdm-theme-full
conflicts = archlinux-lxdm-theme-top
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