aboutsummaryrefslogtreecommitdiffstats
path: root/main/aspell-ru/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/aspell-ru/APKBUILD')
-rw-r--r--main/aspell-ru/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/aspell-ru/APKBUILD b/main/aspell-ru/APKBUILD
index 6a1ae8060c..035b3794f9 100644
--- a/main/aspell-ru/APKBUILD
+++ b/main/aspell-ru/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=aspell-ru
pkgver=0.99f7
-pkgrel=0
+pkgrel=1
pkgdesc="Russian dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
-depends="aspell"
+depends=""
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2"
_builddir="$srcdir"/aspell6-ru-$pkgver-1
build () {
cd "$_builddir"
- ./configure \
- || return 1
+ ./configure || return 1
make || return 1
}