summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2015-10-07 16:49:21 +0900
committerJiachen Yang2015-10-07 16:49:21 +0900
commit51df76a3e1213c7fe39138ecbcf377c6b1293ae2 (patch)
tree7b302cd82980810050d72ccb16d97f23d04fe4fb
parent675780471f28947c400ab2e866822147cc64d595 (diff)
downloadaur-51df76a3e1213c7fe39138ecbcf377c6b1293ae2.tar.gz
update version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0bd99fa05aa..50451eaf404d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netease-musicbox
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
- pkgver = r140.31ff39b
+ pkgver = r244.58cd013
pkgrel = 1
url = https://github.com/darknessomi/musicbox
install = netease-musicbox.install
@@ -12,6 +12,7 @@ pkgbase = netease-musicbox
depends = python2-beautifulsoup4
depends = python2-requests
depends = python2-setuptools
+ depends = python2-crypto
options = !emptydirs
source = git+https://github.com/darknessomi/musicbox
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f2dd3e098faf..3ccbfa4f3f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jiachen Yang <farseerfc@gmail.com>
pkgname=netease-musicbox
_gitname=musicbox
-pkgver=r140.31ff39b
+pkgver=r244.58cd013
pkgrel=1
pkgdesc="A sexy command line interface musicbox for NetEase based on Python"
arch=(any)
url="https://github.com/darknessomi/musicbox"
license=('MIT')
-depends=('python2' 'mpg123' 'python2-beautifulsoup4' 'python2-requests' 'python2-setuptools')
+depends=('python2' 'mpg123' 'python2-beautifulsoup4' 'python2-requests' 'python2-setuptools' 'python2-crypto')
makedepends=('git')
options=(!emptydirs)
source=("git+https://github.com/darknessomi/musicbox")