aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 10:36:11 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 10:36:11 +0200
commit8afabf3e475f835aa621078aedc2a4f6deaae26c (patch)
tree0774a3c33002e5a238d6a63970ea024bb644ebf1 /main
parent78c96412d1906089b706dcca9c0827ec5d232bb8 (diff)
downloadaports-8afabf3e475f835aa621078aedc2a4f6deaae26c.tar.bz2
aports-8afabf3e475f835aa621078aedc2a4f6deaae26c.tar.xz
main/zip: fix $source indention
Diffstat (limited to 'main')
-rw-r--r--main/zip/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/zip/APKBUILD b/main/zip/APKBUILD
index 5dd888d760..e4163d9d96 100644
--- a/main/zip/APKBUILD
+++ b/main/zip/APKBUILD
@@ -12,9 +12,9 @@ depends="unzip" #unzip is needed for `zip -T`
makedepends=""
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz
- 10-zip-3.0-build.patch
- 20-zip-3.0-exec-stack.patch
- 30-zip-3.0-pic.patch"
+ 10-zip-3.0-build.patch
+ 20-zip-3.0-exec-stack.patch
+ 30-zip-3.0-pic.patch"
builddir="$srcdir"/${pkgname}${_pkgver}