diff options
Diffstat (limited to 'testing/pacman/APKBUILD')
-rw-r--r-- | testing/pacman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pacman/APKBUILD b/testing/pacman/APKBUILD index 412dbe2dcc..c4088b6f20 100644 --- a/testing/pacman/APKBUILD +++ b/testing/pacman/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" depends="" depends_dev="libarchive-dev curl-dev openssl-dev gpgme-dev" -makedepends="$depends_dev m4 coreutils" +makedepends="$depends_dev m4 coreutils sed" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="ftp://ftp.archlinux.org/other/pacman/pacman-$pkgver.tar.gz" |