diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 15:22:01 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 15:22:01 +0200 |
commit | dd88f5e0c334e09707dec12652b54bc7c93cf26d (patch) | |
tree | fae6784aa2dbcdea6a158e67841ff43036dfe329 /main/alpine-conf/APKBUILD | |
parent | 147bfb26b4f7d62aaf85996fa6f0a71f322a353b (diff) | |
download | aports-dd88f5e0c334e09707dec12652b54bc7c93cf26d.tar.bz2 aports-dd88f5e0c334e09707dec12652b54bc7c93cf26d.tar.xz |
main/alpine-conf: dont use local in global scope
Diffstat (limited to 'main/alpine-conf/APKBUILD')
-rw-r--r-- | main/alpine-conf/APKBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD index ae5a348bfb..c45edf06d6 100644 --- a/main/alpine-conf/APKBUILD +++ b/main/alpine-conf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=alpine-conf pkgver=3.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname arch="all" @@ -12,6 +12,7 @@ source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.x 0002-update-kernel-fix-find-unpaired.patch 0003-update-kernel-improve-dtb-handling.patch 0001-update-kernel-fix-bad-typo.patch + 0001-update-kernel-don-t-use-local-in-non-function-scope.patch " _builddir="$srcdir"/$pkgname-$pkgver @@ -32,14 +33,17 @@ md5sums="c599b27ef9754e61cbd6726b9239fa59 alpine-conf-3.4.1.tar.xz dbec0da0403ec5d224b2b4d71f6eee8b 0001-update-kernel-fix-rpi-missing-overlays.patch 9547aaf63b65fd5c3eb009e22af4750a 0002-update-kernel-fix-find-unpaired.patch c039d2bdab892b554c80061fb977fb27 0003-update-kernel-improve-dtb-handling.patch -5f0b0142069305e0ddb96118dea320fd 0001-update-kernel-fix-bad-typo.patch" +5f0b0142069305e0ddb96118dea320fd 0001-update-kernel-fix-bad-typo.patch +fc391af2c71818240c85ac9dad2084ad 0001-update-kernel-don-t-use-local-in-non-function-scope.patch" sha256sums="92c5cbb8078c2ee8ed9e9e749acb40f6cd69a3fbb5e49429abeff2282228f697 alpine-conf-3.4.1.tar.xz bb06b13c8d7712265dc7700e08023c18306bf4bb7cef8cff07e96562b48bcd48 0001-update-kernel-fix-rpi-missing-overlays.patch e422c719021fcc8614bcea5eed7e19220ac70fe6f39af3784dc0d02fba2505b7 0002-update-kernel-fix-find-unpaired.patch f98578628d89a350efc83edde662530414cdf34c869897cd206115e8eb5cb005 0003-update-kernel-improve-dtb-handling.patch -12512530215ccddb6b2922cc1d5359c0417f1d0afd3986dc58230641d09b105f 0001-update-kernel-fix-bad-typo.patch" +12512530215ccddb6b2922cc1d5359c0417f1d0afd3986dc58230641d09b105f 0001-update-kernel-fix-bad-typo.patch +2ee3904ebf7568eac9aab72684c2d3fa7e8529b1e6092b2fac7b0ad58ba6bcbd 0001-update-kernel-don-t-use-local-in-non-function-scope.patch" sha512sums="eda1640e146727edf35713039143f6db4bb485ad34236f21a837f80f09bc27b38cae3e854310eb3a4d8b937766f3e8aab0cf887849bbf385f7f511d24e19cb30 alpine-conf-3.4.1.tar.xz 9555a7a9a5ab62a7e2604a8a7f76de0a939dd1f4fc27f23abd0fd631528d17514a80be718f5a2c0286e33925991b05b30a1c1324903135128d964f1830b23d50 0001-update-kernel-fix-rpi-missing-overlays.patch b5809e8720bbcaf89e6f336e5351d796a3ea5df4c02aac8cb0845bf4f7a3cf3a4ed70ab548f0620d38c47a57319bc1e63a131b2d8b535f7932e74f7163950536 0002-update-kernel-fix-find-unpaired.patch 9228b13f862ac5a4085c9e0a24115e488a76ea817437f252414956b543887135c5e0da3a2cd5d96f69f5ee8cabb3eafaef693b4fe28f9e9b74fa6c0c92280b82 0003-update-kernel-improve-dtb-handling.patch -a3ac1e41f25941c811302b6f2a1b7139e15b4df16b561ad3fe547fc031d5328149de41ac44c6e9cde8482d351882fbbf6393f29e824d7b68a62031125c60ca80 0001-update-kernel-fix-bad-typo.patch" +a3ac1e41f25941c811302b6f2a1b7139e15b4df16b561ad3fe547fc031d5328149de41ac44c6e9cde8482d351882fbbf6393f29e824d7b68a62031125c60ca80 0001-update-kernel-fix-bad-typo.patch +ee071761cfba338aff26b5ad457b3d9f5e199563dfd237156bbbf75e04948a27014c6f6ea5e1c558d365bcb873b292e1595e24d8304f84c2673db7cf0e2d9627 0001-update-kernel-don-t-use-local-in-non-function-scope.patch" |