summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillbelr2018-11-07 09:36:46 -0500
committerwillbelr2018-11-07 09:36:46 -0500
commit5c2b4f13b4a6558145feb6c98b5e31a341ed7d51 (patch)
tree98be84e9b30e8fb0bfd6a27992b8e2658ad0349c
parentd49d81cec4c036d152cf49ca202237eb8c2423e7 (diff)
downloadaur-5c2b4f13b4a6558145feb6c98b5e31a341ed7d51.tar.gz
updated dependancies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a8a39b0e6d..eb8b9aa16d4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = qoob-git
- pkgdesc = Cross-platform foobar-like music player
+ pkgdesc = foobar-like music player for Linux
pkgver = 0
pkgrel = 1
url = https://gitlab.com/william.belanger/qoob
arch = any
license = GPL3
- depends = python>=3
+ depends = python>=3.6
+ depends = python-setuptools
depends = python-pyqt5
depends = qt5-svg
depends = qt5-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 3f458b1c328d..00d0530ff91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=0
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-pkgdesc="Cross-platform foobar-like music player"
+pkgdesc="foobar-like music player for Linux"
url="https://gitlab.com/william.belanger/${pkgname%-git}"
arch=("any")
license=("GPL3")
-depends=("python>=3" "python-pyqt5" "qt5-svg" "qt5-multimedia" "python-mutagen")
+depends=("python>=3.6" "python-setuptools" "python-pyqt5" "qt5-svg" "qt5-multimedia" "python-mutagen")
source=("git+https://gitlab.com/william.belanger/${pkgname%-git}.git")
md5sums=("SKIP")