diff options
Diffstat (limited to 'user/libtommath')
-rw-r--r-- | user/libtommath/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libtommath/APKBUILD b/user/libtommath/APKBUILD index e54de9fc0..8681dfdb6 100644 --- a/user/libtommath/APKBUILD +++ b/user/libtommath/APKBUILD @@ -9,7 +9,7 @@ arch="all" options="!check" # no longer builds properly, tested manually on gwyn license="Unlicense" depends="" -makedepends="libtool" +makedepends="slibtool" subpackages="$pkgname-dev" source="https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz" |