diff options
Diffstat (limited to 'testing/arch-install-scripts')
-rw-r--r-- | testing/arch-install-scripts/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/arch-install-scripts/APKBUILD b/testing/arch-install-scripts/APKBUILD index d2e0d52acb..19fa61b307 100644 --- a/testing/arch-install-scripts/APKBUILD +++ b/testing/arch-install-scripts/APKBUILD @@ -8,6 +8,7 @@ arch=noarch url='https://projects.archlinux.org/arch-install-scripts.git' license='GPL' depends='bash coreutils pacman util-linux' +makedepends='m4' source="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz" build() { |