aboutsummaryrefslogtreecommitdiffstats
path: root/main/fribidi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/fribidi/APKBUILD')
-rw-r--r--main/fribidi/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/fribidi/APKBUILD b/main/fribidi/APKBUILD
index 68b847c849..c433c60d89 100644
--- a/main/fribidi/APKBUILD
+++ b/main/fribidi/APKBUILD
@@ -3,13 +3,14 @@ pkgname=fribidi
pkgver=1.0.5
pkgrel=0
pkgdesc="Free Implementation of the Unicode Bidirectional Algorithm"
-url="http://fribidi.org"
+url="https://github.com/fribidi/fribidi"
arch="all"
license="LGPL-2.0-or-later"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-doc $pkgname-dev"
depends=""
makedepends=""
source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.bz2"
+builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"