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 b237cbcee0e9..391434c50573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: wenLiangcan <boxeed at gmail dot com>
pkgname=douban.fm
-pkgver=0.4.7
+pkgver=0.4.8
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=('10097e0b2fd178fb4c9fed8653afdcf0')
+md5sums=('a650e9e9f3d8387005b2fd9f38c1a988')
package() {
cd "${srcdir}/douban.fm-${pkgver}"