summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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