diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-30 15:11:52 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:04:00 +0000 |
commit | 91c65214179af42953d5d1f20d5517debdc59b31 (patch) | |
tree | 7d4f444232ea2d52c5e5f1097ea13428f8eb4d92 /main | |
parent | 4e5504faf0055e6bd0e0f5f56c15711feac7c252 (diff) | |
download | aports-91c65214179af42953d5d1f20d5517debdc59b31.tar.bz2 aports-91c65214179af42953d5d1f20d5517debdc59b31.tar.xz |
main/unbound: set arch of migrate subpkg to noarch
Diffstat (limited to 'main')
-rw-r--r-- | main/unbound/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 7b4d9c9f39..ae5512da18 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=unbound pkgver=1.5.6 -pkgrel=0 +pkgrel=1 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" pkgusers="unbound" pkggroups="unbound" @@ -87,6 +87,7 @@ py() { migrate() { pkgdesc="Simple tool to migrate from dnscache to unbound" + arch="noarch" mkdir -p "$subpkgdir"/usr/bin/ install -m755 "$srcdir"/migrate-dnscache-to-unbound \ "$subpkgdir"/usr/bin/ |