diff options
author | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
commit | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch) | |
tree | 8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /community/qstardict | |
parent | 299e917c17619f800f0c21cf43209065b608223f (diff) |
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'community/qstardict')
-rwxr-xr-x | community/qstardict/PKGBUILD | 10 | ||||
-rw-r--r-- | community/qstardict/qstardict.changelog | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD index 8bcd24b0f..02378dbb3 100755 --- a/community/qstardict/PKGBUILD +++ b/community/qstardict/PKGBUILD @@ -1,23 +1,19 @@ -# $Id: PKGBUILD 60201 2011-12-07 14:41:34Z arodseth $ +# $Id: PKGBUILD 66440 2012-02-24 22:59:57Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alois Nespor <alois.nespor@gmail.com> pkgname=qstardict -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries" arch=('i686' 'x86_64') url="http://qstardict.ylsoftware.com/index.php" license=('GPL2') depends=('qt') -optdepends=('festival-awb-arctic: for pronouncing words, Scottish English male speaker' - 'festival-don: for pronouncing words, British English RP male speaker' - 'festival-kallpc16k: for pronouncing words, British English RP male speaker' - 'festival-rablpc16k: for pronouncing words, British English RP male speaker') provides=('stardict') changelog=$pkgname.changelog source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('9cb20f8829be0983176bc52728d3701b0862522741cac1a9967222c86aaaa9fb') +sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/qstardict/qstardict.changelog b/community/qstardict/qstardict.changelog index aa794fc98..dcb6b166e 100644 --- a/community/qstardict/qstardict.changelog +++ b/community/qstardict/qstardict.changelog @@ -1,3 +1,6 @@ +2012-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qstardict 1.0.1-1 + 2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qstardict 1.0-1 |