diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2012-05-18 03:36:17 -0700 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2012-05-18 03:36:17 -0700 |
commit | f7041ecbebd24ffc1225f07c6eac21d8f9d1c1d2 (patch) | |
tree | 53216607081ed524a83cf8cfd87cd309c8522cbe | |
parent | a27064dd281554b5d4caaf56238aa13f697e964e (diff) | |
parent | d48293ff49d9b8d8d8a105f418f511f20ac7715b (diff) |
Merge pull request #7 from graysky2/master
proposed update to code to detect contemporary version of xfce4
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | archey3 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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') @@ -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', } |