diff options
Diffstat (limited to 'community/stardict/PKGBUILD')
-rw-r--r-- | community/stardict/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/stardict/PKGBUILD b/community/stardict/PKGBUILD index 542675e54..f5815f8e0 100644 --- a/community/stardict/PKGBUILD +++ b/community/stardict/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 82064 2013-01-07 06:51:59Z fyan $ +# $Id: PKGBUILD 87021 2013-03-25 19:17:03Z bpiotrowski $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> @@ -8,11 +8,11 @@ pkgbase=stardict pkgname=(stardict stardict-lite) pkgver=3.0.4 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url='http://www.stardict.org/' license=('GPL') -makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmysqlclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') +makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmariadbclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') options=('!libtool' '!emptydirs') source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2" 'gcc46.patch' |