diff options
author | Patrick Burroughs (Celti) | 2015-09-04 13:50:25 -0700 |
---|---|---|
committer | Patrick Burroughs (Celti) | 2015-09-04 13:50:25 -0700 |
commit | 210a9c08ebe4d38abc86c9da27ca8b41242c7330 (patch) | |
tree | b3f5adb6ca86eae58fd46ae4ea9982266e9b3437 /PKGBUILD | |
parent | 1db21206be4849c8ee96308c5c9b90bf0b6f42c9 (diff) | |
download | aur-210a9c08ebe4d38abc86c9da27ca8b41242c7330.tar.gz |
Added Python makedep to build docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ url='http://www.bitlbee.org/' license=('GPL') arch=('i686' 'x86_64') depends=('gnutls' 'glib2') -makedepends=('git' 'libotr') +makedepends=('git' 'libotr' 'python') optdepends=('skype4py: to use skyped' 'libotr: for OTR encryption support') source=('bitlbee::git+https://github.com/bitlbee/bitlbee' |