summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b9ff4bc8f7a..490b2686c440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Deepjyoti <deep.barman30@gmail.com>
pkgname=playx
-pkgver=1.0.2
+pkgver=1.4.1
pkgrel=0
pkgdesc="Search and play any song from terminal."
arch=("any")
@@ -8,12 +8,11 @@ url="https://github.com/NISH1001/playx"
license=('MIT')
depends=(
"python>=3.6"
- "python-setuptools"
"mpv"
"chromium"
"youtube-dl"
)
-makedepends=()
+makedepends=("git" "python-setuptools")
optdepends=()
provides=()
conflicts=()