diff options
Diffstat (limited to 'community/pinfo/PKGBUILD')
-rw-r--r-- | community/pinfo/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/pinfo/PKGBUILD b/community/pinfo/PKGBUILD index aa82fe665..94c87895a 100644 --- a/community/pinfo/PKGBUILD +++ b/community/pinfo/PKGBUILD @@ -10,6 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://pinfo.alioth.debian.org/" license=('GPL') depends=('ncurses' 'readline') +makedepends=('git') source=(https://alioth.debian.org/frs/download.php/3351/$pkgname-$pkgver.tar.bz2) md5sums=('fe3d3da50371b1773dfe29bf870dbc5b') |