diff options
Diffstat (limited to 'community/poedit/PKGBUILD')
-rw-r--r-- | community/poedit/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index b4896bb35..ccf788bd7 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109792 2014-04-18 17:31:35Z andyrtr $ +# $Id: PKGBUILD 112543 2014-06-03 10:15:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -7,12 +7,12 @@ pkgname=poedit pkgver=1.6.4 -pkgrel=4 +pkgrel=5 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" license=('MIT') -depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') +depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell3') makedepends=('boost' 'libsm') install=poedit.install #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) |