diff options
Diffstat (limited to 'community/astyle/APKBUILD')
-rw-r--r-- | community/astyle/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/astyle/APKBUILD b/community/astyle/APKBUILD index f963cfdc75..56b561887b 100644 --- a/community/astyle/APKBUILD +++ b/community/astyle/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="An automatic code formatter" url="http://sourceforge.net/projects/astyle" arch="all" license="LGPL" -source="http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz +source="https://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz fix-ppc64le-build.patch" builddir="$srcdir/$pkgname" |