aboutsummaryrefslogtreecommitdiffstats
path: root/community/hyphen/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hyphen/APKBUILD')
-rw-r--r--community/hyphen/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/community/hyphen/APKBUILD b/community/hyphen/APKBUILD
index c91242d87f1..5791ae6e470 100644
--- a/community/hyphen/APKBUILD
+++ b/community/hyphen/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=hyphen
pkgver=2.8.8
-pkgrel=1
+pkgrel=3
pkgdesc="Library for high quality hyphenation and justification"
-url="http://hunspell.sourceforge.net/"
+url="https://hunspell.sourceforge.net/"
arch="all"
license="GPL-2.0-or-later LGPL-2.0-or-later MPL-1.1"
subpackages="$pkgname-dev $pkgname-en"
@@ -12,8 +12,6 @@ depends_dev="perl"
makedepends="$depends_dev"
source="https://downloads.sourceforge.net/hunspell/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
-
prepare() {
default_prepare
@@ -22,7 +20,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -34,7 +31,6 @@ build() {
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}