Skip to content

Commit

Permalink
add category 21: wayland
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 26, 2014
1 parent e742be1 commit d53f4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgbuilder/package.py
Expand Up @@ -21,11 +21,11 @@

__all__ = ['CATEGORIES', 'Package', 'AURPackage', 'ABSPackage']

CATEGORIES = ['ERROR', 'none', 'daemons', 'devel', 'editors',
CATEGORIES = ['none', 'none', 'daemons', 'devel', 'editors',
'emulators', 'games', 'gnome', 'i18n', 'kde',
'lib', 'modules', 'multimedia', 'network',
'office', 'science', 'system', 'x11',
'xfce', 'kernels', 'fonts']
'xfce', 'kernels', 'fonts', 'wayland']


def mktime(ts):
Expand Down

0 comments on commit d53f4c3

Please sign in to comment.