summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-06-03 19:01:23 +0800
committeraxionl2018-06-03 19:01:23 +0800
commit556f82d2da5e43c9e1ca5d453d34421fcfaaf2af (patch)
treed030a8c1dc9d71db33db510fcb904513f05ebb97
parentb91dc2b6ec69920a394aeb555aab43f92bb5e355 (diff)
downloadaur-556f82d2da5e43c9e1ca5d453d34421fcfaaf2af.tar.gz
Update pkgrel and remove python as a dependent on python2 version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cbc455ffe2d..17b9f61eb053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = netease-musicbox-git
pkgdesc = A sexy command line interface musicbox for NetEase based on Python
pkgver = r557.f4a7dfa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/darknessomi/musicbox
install = netease-musicbox-git.install
arch = any
license = MIT
makedepends = git
+ makedepends = python
makedepends = python2
makedepends = mpg123
makedepends = python2-beautifulsoup4
@@ -15,6 +16,7 @@ pkgbase = netease-musicbox-git
makedepends = python2-crypto
makedepends = python2-future
makedepends = python2-lxml
+ makedepends = python2-cryptography
makedepends = python
makedepends = mpg123
makedepends = python-beautifulsoup4
@@ -23,6 +25,7 @@ pkgbase = netease-musicbox-git
makedepends = python-crypto
makedepends = python-future
makedepends = python-lxml
+ makedepends = python-cryptography
depends = mpg123
optdepends = aria2: music caching
optdepends = libnotify: notifications
@@ -41,12 +44,14 @@ pkgname = netease-musicbox-git
depends = python-crypto
depends = python-future
depends = python-lxml
+ depends = python-cryptography
optdepends = aria2: music caching
optdepends = libnotify: notifications
optdepends = python-pyqt4: lyrics support
optdepends = python-dbus: lyrics support
pkgname = netease-musicbox-py2-git
+ depends = python
depends = python2
depends = mpg123
depends = python2-beautifulsoup4
@@ -55,6 +60,7 @@ pkgname = netease-musicbox-py2-git
depends = python2-crypto
depends = python2-future
depends = python2-lxml
+ depends = python2-cryptography
optdepends = aria2: music caching
optdepends = python2-keybinder2: global keybindings
optdepends = libnotify: notifications
diff --git a/PKGBUILD b/PKGBUILD
index 4d318ff870d3..95bc2c68c153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=netease-musicbox-git
pkgname=(netease-musicbox-git netease-musicbox-py2-git)
_gitname=musicbox
pkgver=r557.f4a7dfa
-pkgrel=1
+pkgrel=2
pkgdesc="A sexy command line interface musicbox for NetEase based on Python"
arch=(any)
url="https://github.com/darknessomi/musicbox"
@@ -12,7 +12,7 @@ optdepends=('aria2: music caching'
'libnotify: notifications'
)
license=('MIT')
-_py2depends=('python' 'python2' 'mpg123' 'python2-beautifulsoup4'
+_py2depends=('python2' 'mpg123' 'python2-beautifulsoup4'
'python2-requests' 'python2-setuptools'
'python2-crypto' 'python2-future' 'python2-lxml'
'python2-cryptography' )