-[ -z "${DICT_SUFFIX}" ] && DICT_SUFFIX=${PN#stardict-[a-z]*-} +[ -z "${DICT_SUFFIX}" ] && DICT_SUFFIX=${PN#stardict-[:lower:]*-} is probably what you want.
jakub, could you remind, please. How to break [a-z] code?
(In reply to comment #1) > jakub, could you remind, please. How to break [a-z] code? Yeah sure; set your locales to Estonian and watch the phun. There's loads of bugs about this in bugzilla.
I'll go ahead and fix this in the next day or so unless someone does so before me (or screams no) :)
Fixed in the tree together with bug 163833.