diff options
-rw-r--r-- | system/zip/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/zip/APKBUILD b/system/zip/APKBUILD index 98e60671b..ed060ef03 100644 --- a/system/zip/APKBUILD +++ b/system/zip/APKBUILD @@ -11,10 +11,10 @@ license="Info-ZIP" depends="" makedepends="" subpackages="$pkgname-doc" -source="ftp://ftp.info-${pkgname}.org/pub/info${pkgname}/src/${pkgname}30.zip - 10-zip-3.0-build.patch - 20-zip-3.0-exec-stack.patch - 30-zip-3.0-pic.patch" +source="https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/${pkgname}30.zip + 10-zip-3.0-build.patch + 20-zip-3.0-exec-stack.patch + 30-zip-3.0-pic.patch" builddir="$srcdir"/${pkgname}30 |