summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aeffceb3e707..5b9cff23c8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,23 @@
pkgname=stardict-full-eng-rus
pkgver=2.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="Large english-russian dictionary for Stardict"
license=('GPL')
optdepends=(
'stardict: for viewing this dictionary'
)
-url=('http://getfr.no-ip.org/pub/dc/software/stardict-ru/')
+url='http://getfr.no-ip.org/pub/dc/software/stardict-ru/'
source=("http://getfr.no-ip.org/pub/dc/software/stardict-ru/$pkgname-$pkgver.tar.bz2")
+#source=("http://sourceforge.net/projects/xdxf/files/dicts-stardict-form-xdxf/002c/stardict-comn_sdict05_eng_rus_full-2.4.2.tar.bz2")
md5sums=('9d6eff29898a47f5c12c5bc9836a03eb')
arch=(any)
package() {
cd $srcdir/$pkgname-$pkgver/
+# rm *.ifo
+ rm *.idx
mkdir -p $pkgdir/usr/share/stardict/dic/
install -m 644 * $pkgdir/usr/share/stardict/dic/
}
+#md5sums=('a2d2bf21297135b6417a3bf88a3e751d')