summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2015-08-17 19:33:29 +0800
committerwenLiangcan2015-08-17 19:33:29 +0800
commit65ed944852e54614c093396117d49209cc9568a9 (patch)
tree65d6dcead983d14033d7fe6a83e838495337747d /PKGBUILD
parent53e99812cdda42ce6c09da8f39ec65ca4cb7cc1a (diff)
downloadaur-65ed944852e54614c093396117d49209cc9568a9.tar.gz
douban.fm 0.3.1-1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c381e49bda0..02a317e28f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: wenLiangcan <boxeed at gmail dot com>
pkgname=douban.fm
-pkgver=0.3.0
+pkgver=0.3.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=('47e472e5d80fbca81aeaae1a50cb89d3')
+md5sums=('c76c8ceb34abb9d00619aaf0fa126cbd')
package() {
cd "${srcdir}/douban.fm-${pkgver}"