summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2015-12-07 23:37:50 +0800
committerwenLiangcan2015-12-07 23:37:50 +0800
commit7248d10052abfa2519933f390a1a32dd8f5c353d (patch)
treea03159c409b7a3f09393709693475d77ba6d3243 /PKGBUILD
parent54534f1faefa0e0064488aadc8bb8fa6f2078645 (diff)
downloadaur-7248d10052abfa2519933f390a1a32dd8f5c353d.tar.gz
Add python2-pip as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ed05a1fc2d..110bd60d08fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=douban.fm
pkgver=0.4.11
-pkgrel=1
+pkgrel=2
pkgdesc="a tiny and smart cli player of douban.fm based on Python"
url="https://github.com/taizilongxu/douban.fm"
-depends=('python2' 'python2-termcolor' 'python2-requests' 'python2-pillow' 'mplayer' 'python2-setuptools')
-makedepends=()
+depends=('python2' 'python2-termcolor' 'python2-requests' 'python2-pillow' 'mplayer' 'python2-pip')
+makedepends=('python2-setuptools')
optdepends=('libnotify: for desktop notification')
license=('MIT')
arch=('any')