diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-10 01:22:03 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-11 12:14:40 +0200 |
commit | b9271ca2a9c49ce7867039a3b932c6c74f578fb9 (patch) | |
tree | 0ca402e1ec69f80502b4ef87ed11f518f0463626 /test/repo1/test-d | |
parent | 5822316c807654dbbd2e2e9aa1e5d51942ad38bf (diff) | |
download | apk-tools-b9271ca2a9c49ce7867039a3b932c6c74f578fb9.tar.gz apk-tools-b9271ca2a9c49ce7867039a3b932c6c74f578fb9.tar.bz2 apk-tools-b9271ca2a9c49ce7867039a3b932c6c74f578fb9.tar.xz apk-tools-b9271ca2a9c49ce7867039a3b932c6c74f578fb9.zip |
test: fix missing "arch" in testing APKBUILDs
Diffstat (limited to 'test/repo1/test-d')
-rw-r--r-- | test/repo1/test-d/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/repo1/test-d/APKBUILD b/test/repo1/test-d/APKBUILD index 905e123..b3d6c24 100644 --- a/test/repo1/test-d/APKBUILD +++ b/test/repo1/test-d/APKBUILD @@ -5,6 +5,7 @@ pkgver=1.0 pkgrel=0 pkgdesc="Package D for apk-tools testsuite - post-install" url="http://alpinelinux.org" +arch="noarch" license="GPL" depends= makedepends= |