summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwenLiangcan2015-11-28 17:01:25 +0800
committerwenLiangcan2015-11-28 17:01:25 +0800
commit54534f1faefa0e0064488aadc8bb8fa6f2078645 (patch)
tree74ec7fef55edf981073da9da7a23dfb855801736
parent14674e8ab0e15af31f6747187f44349b369279f6 (diff)
downloadaur-54534f1faefa0e0064488aadc8bb8fa6f2078645.tar.gz
douban.fm 0.4.11-1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6fa3b254c76..26180f3520df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = douban.fm
pkgdesc = a tiny and smart cli player of douban.fm based on Python
- pkgver = 0.4.10
+ pkgver = 0.4.11
pkgrel = 1
url = https://github.com/taizilongxu/douban.fm
arch = any
license = MIT
- makedepends = python2-setuptools
depends = python2
depends = python2-termcolor
depends = python2-requests
depends = python2-pillow
depends = mplayer
+ depends = python2-setuptools
optdepends = libnotify: for desktop notification
- source = https://pypi.python.org/packages/source/d/douban.fm/douban.fm-0.4.10.tar.gz
- md5sums = 9eff6f7862fa3cec91b301080e5482a2
+ source = https://pypi.python.org/packages/source/d/douban.fm/douban.fm-0.4.11.tar.gz
+ md5sums = 1dd7b1235a88ad8c3918c7399c689f59
pkgname = douban.fm
diff --git a/PKGBUILD b/PKGBUILD
index ec22bec69321..c9ed05a1fc2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: wenLiangcan <boxeed at gmail dot com>
pkgname=douban.fm
-pkgver=0.4.10
+pkgver=0.4.11
pkgrel=1
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')
-makedepends=('python2-setuptools')
+depends=('python2' 'python2-termcolor' 'python2-requests' 'python2-pillow' 'mplayer' 'python2-setuptools')
+makedepends=()
optdepends=('libnotify: for desktop notification')
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/d/douban.fm/douban.fm-${pkgver}.tar.gz")
-md5sums=('9eff6f7862fa3cec91b301080e5482a2')
+md5sums=('1dd7b1235a88ad8c3918c7399c689f59')
build() {
cd "${srcdir}/douban.fm-${pkgver}"