diff options
-rw-r--r-- | system/patch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 1adf32bda..5831ede3a 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gnu.org/software/patch/patch.html" arch="all" license="GPL-3.0+" depends="" -checkdepends="bash ed" +checkdepends="autoconf automake bash ed" makedepends="" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz |