diff options
Diffstat (limited to 'community/onboard/PKGBUILD')
-rw-r--r-- | community/onboard/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/onboard/PKGBUILD b/community/onboard/PKGBUILD index b11e7b149..37ce76230 100644 --- a/community/onboard/PKGBUILD +++ b/community/onboard/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 108420 2014-03-27 14:47:27Z fyan $ +# $Id: PKGBUILD 108930 2014-04-07 18:29:35Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=onboard pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users" arch=('i686' 'x86_64') url="https://launchpad.net/onboard" license=('GPL') -depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 'gtk3' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') +depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-dbus' 'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils') makedepends=('python-distutils-extra') optdepends=('mousetweaks: hover click with mouse') options=('!emptydirs') |