summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-06-06 18:04:40 +0800
committerlilac2020-06-06 18:04:40 +0800
commit5c422b259c91cd1ed6e1ec358c58cdaec6632420 (patch)
tree281a8df90dbd6e0eed661bb3beb2d8728803cb8e
parent92cabecb913255a3bc95b883e97d06861da6930a (diff)
downloadaur-5c422b259c91cd1ed6e1ec358c58cdaec6632420.tar.gz
update by lilac
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b8f01f99266..b19e1a122f0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = feeluown
pkgdesc = FeelUOwn Music Player
pkgver = 3.5a0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/cosven/FeelUOwn
arch = any
license = GPL3
@@ -18,6 +18,7 @@ pkgbase = feeluown
depends = python-fuzzywuzzy
depends = python-opengl
depends = python-janus
+ optdepends = feeluown-kuwo
source = https://files.pythonhosted.org/packages/source/f/feeluown/feeluown-3.5a0.tar.gz
source = feeluown.desktop
sha256sums = 434599e87ecc77015be1ab800b23ddc53ea73ace7474773173ef0d6ea87101cf
diff --git a/PKGBUILD b/PKGBUILD
index 1207926ae5cb..6303c3b6380e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_pkgname=feeluown
pkgname=feeluown
pkgver=3.5a0
-pkgrel=1
+pkgrel=3
pkgdesc="FeelUOwn Music Player"
arch=('any')
url="https://github.com/cosven/FeelUOwn"
license=('GPL3')
depends=('python-qasync' 'python-pyqt5' 'mpv' 'python-beautifulsoup4' 'python-marshmallow' 'python-pycryptodome' 'python-requests' 'python-mutagen' 'python-fuzzywuzzy' 'python-opengl' 'python-janus')
makedepends=('python-setuptools' 'python-pip')
+optdepends=('feeluown-kuwo')
_name=${pkgname#python-}
source=(
"https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"