diff options
Diffstat (limited to 'testing/hfst/APKBUILD')
-rw-r--r-- | testing/hfst/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hfst/APKBUILD b/testing/hfst/APKBUILD index 1115702ff9..d60d34ac0a 100644 --- a/testing/hfst/APKBUILD +++ b/testing/hfst/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="$depends_dev python2 bison python2-dev swig" install="" subpackages="$pkgname-dev $pkgname-doc py-$pkgname:py" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz +source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz missing_unistd_include.patch" _builddir="$srcdir"/$pkgname-$pkgver |