summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02a317e28f03..23764a3010e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: wenLiangcan <boxeed at gmail dot com>
pkgname=douban.fm
-pkgver=0.3.1
+pkgver=0.4.1
pkgrel=1
pkgdesc="a tiny and smart cli player of douban.fm based on Python"
url="https://github.com/taizilongxu/douban.fm"
@@ -11,7 +11,7 @@ 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=('c76c8ceb34abb9d00619aaf0fa126cbd')
+md5sums=('d652f438f2b94d49905334dde1bc483c')
package() {
cd "${srcdir}/douban.fm-${pkgver}"