summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillipe Smith2015-11-28 04:42:33 -0200
committerPhillipe Smith2015-11-28 04:42:33 -0200
commitbfcff83979917e4915820e560965d898eeeb2c39 (patch)
tree7ec6ef7dc73b892d1d6664c700babc71b2c5f57d
parentfea58ac9ad9d0c4e2d77a70ed956d0c2d02c032f (diff)
downloadaur-bfcff83979917e4915820e560965d898eeeb2c39.tar.gz
New build
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rwxr-xr-xlxdm.install6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09b3fd895d8..a4a29689792f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lxdm-git
pkgdesc = Lightweight Display Manager (part of LXDE) - git checkout
- pkgver = 0.5.2.r0.g1ff8969
- pkgrel = 2
+ pkgver = 0.5.3.r0.gc731487
+ pkgrel = 1
url = http://blog.lxde.org/?p=531
install = lxdm.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0da0bb2f9dae..c5f930eadbd7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lxdm-git
_gitname=lxdm
-pkgver=0.5.2.r0.g1ff8969
-pkgrel=2
+pkgver=0.5.3.r0.gc731487
+pkgrel=1
pkgdesc='Lightweight Display Manager (part of LXDE) - git checkout'
arch=('i686' 'x86_64')
url="http://blog.lxde.org/?p=531"
diff --git a/lxdm.install b/lxdm.install
index c18f8de49bc8..40c280b53e9b 100755
--- a/lxdm.install
+++ b/lxdm.install
@@ -8,9 +8,9 @@ post_install() {
post_remove
cat << EOF
- >>> There're two custom themes for lxdm: ArchStripes and ArchDark
- >>> You can configure them on /etc/lxdm/lxdm.conf in theme=theme_name
- >>> The LXDM themes are localized in /usr/share/lxdm/themes
+>>> There're two custom themes for lxdm: ArchStripes and ArchDark
+>>> You can configure them on /etc/lxdm/lxdm.conf in theme=theme_name
+>>> The LXDM themes are localized in /usr/share/lxdm/themes
EOF
}