diff options
-rw-r--r-- | shellrc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc/APKBUILD b/shellrc/APKBUILD index 0f40f3e..bcd8d50 100644 --- a/shellrc/APKBUILD +++ b/shellrc/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.1 pkgrel=0 pkgdesc="Shell initialization files" url="https://git.cynerd.cz/shellrc/" -arch="all" +arch="noarch" license="GPL-3.0+" subpackages="$pkgname-zsh $pkgname-bash" source="https://git.cynerd.cz/shellrc/snapshot/$pkgname-$pkgver.tar.gz" |