diff options
Diffstat (limited to 'testing/clisp/APKBUILD')
-rw-r--r-- | testing/clisp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/clisp/APKBUILD b/testing/clisp/APKBUILD index af75885d50..665b1a1faf 100644 --- a/testing/clisp/APKBUILD +++ b/testing/clisp/APKBUILD @@ -13,7 +13,7 @@ depends_dev="libsigsegv-dev ffcall ncurses-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" -source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 +source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 no-page.h.patch" builddir="$srcdir"/$pkgname-$pkgver |