summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2012-05-18 03:36:17 -0700
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2012-05-18 03:36:17 -0700
commitf7041ecbebd24ffc1225f07c6eac21d8f9d1c1d2 (patch)
tree53216607081ed524a83cf8cfd87cd309c8522cbe
parenta27064dd281554b5d4caaf56238aa13f697e964e (diff)
parentd48293ff49d9b8d8d8a105f418f511f20ac7715b (diff)
Merge pull request #7 from graysky2/master
proposed update to code to detect contemporary version of xfce4
-rw-r--r--PKGBUILD2
-rw-r--r--archey32
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf5db2f..67dca13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Laurie Clark-Michalek <bluepeppers@archlinux.us>
pkgname=archey3
-pkgver=20110904
+pkgver=20120517
pkgrel=1
pkgdesc="Python script to display system infomation alongside the Arch Linux logo"
arch=('any')
diff --git a/archey3 b/archey3
index 9dbdebc..4684880 100644
--- a/archey3
+++ b/archey3
@@ -81,7 +81,7 @@ def module_register(name):
DE_DICT = {'gnome-session': 'GNOME',
'ksmserver': 'KDE',
- 'xfce4-session': 'Xfce 4.8',
+ 'xfce4-session': 'Xfce 4.10',
'lxsession': 'LXDE',
'': 'None',
}