diff options
Diffstat (limited to 'main/patch')
-rw-r--r-- | main/patch/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index 2b9aa1d2d5..cd7db07868 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -4,6 +4,7 @@ pkgver=2.6.1 pkgrel=1 pkgdesc="Utility to apply diffs to files" url="http://www.gnu.org/software/patch/patch.html" +arch="x86 x86_64" license='GPL' depends= source="ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" |