diff options
author | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
commit | 34e6c976d28892a7bd3f7578f10fcfa57865472f (patch) | |
tree | c3bd6b5146aa6393df096632e92c57d0fcd4e85a /community/goldendict | |
parent | 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff) |
Thu Dec 22 23:15:04 UTC 2011
Diffstat (limited to 'community/goldendict')
-rw-r--r-- | community/goldendict/PKGBUILD | 7 | ||||
-rw-r--r-- | community/goldendict/goldendict.changelog | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/community/goldendict/PKGBUILD b/community/goldendict/PKGBUILD index 8cd682302..0d3796329 100644 --- a/community/goldendict/PKGBUILD +++ b/community/goldendict/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 58521 2011-11-13 15:39:18Z andrea $ +# $Id: PKGBUILD 61073 2011-12-21 20:50:41Z andrea $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: m0rph <m0rph.mailbox@gmail.com> pkgname=goldendict pkgver=1.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="Feature-rich dictionary lookup program" arch=('i686' 'x86_64') url="http://goldendict.berlios.de/" license=('GPL3') -depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qt' 'phonon') +depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qt' 'qtwebkit' 'phonon') +makedepds=('patch') provides=('stardict') changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2 diff --git a/community/goldendict/goldendict.changelog b/community/goldendict/goldendict.changelog index 8ec311fe1..a42c630d3 100644 --- a/community/goldendict/goldendict.changelog +++ b/community/goldendict/goldendict.changelog @@ -1,3 +1,6 @@ +2011-12-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * goldendict 1.0.1-5 libQtWebKit.so.4 now in new qtwebkit package + 2010-12-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * Update to major release 1.0.1 |