diff options
| author | Adam Vandenberg | 2013-07-14 11:01:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-14 11:01:30 -0700 |
| commit | f58c2f72dc4b4dea7ed25ee56307b994a10a1122 (patch) | |
| tree | 4fbbfd4cf563002765b392373bd0b11700e787cf /Library | |
| parent | 89a6144ae8bc8ecf245d042eadb1b347f6776f49 (diff) | |
| download | homebrew-f58c2f72dc4b4dea7ed25ee56307b994a10a1122.tar.bz2 | |
aria2: use sqlite, install completion
Closes #21194.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aria2.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/aria2.rb b/Library/Formula/aria2.rb index 41ce628f2..c3b6f5cbc 100644 --- a/Library/Formula/aria2.rb +++ b/Library/Formula/aria2.rb @@ -9,6 +9,7 @@ class Aria2 < Formula depends_on 'pkg-config' => :build depends_on 'gnutls' + depends_on 'sqlite' depends_on 'curl-ca-bundle' => :recommended # Leopard's libxml2 is too old. @@ -25,5 +26,7 @@ class Aria2 < Formula system "./configure", *args system "make install" + + bash_completion.install "doc/bash_completion/aria2c" end end |
