summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30e83ffee6c..c82cc4781f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = jakym
pkgdesc = JAKYM, Just Another Konsole YouTube-Music. A command line based Youtube music player written in Python with both Spotify and Youtube playlist support and easy on memory.
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/themayankjha/JAKYM
arch = any
license = GPL3
makedepends = python-build
+ makedepends = python-installer
depends = python
depends = python-setuptools
depends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 68da7ceedf00..9d7bd63522ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=jakym
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="JAKYM, Just Another Konsole YouTube-Music. A command line based Youtube music player written in Python with both Spotify and Youtube playlist support and easy on memory."
arch=('any')
url="https://github.com/themayankjha/JAKYM"
license=('GPL3')
makedepends=(
'python-build'
+ 'python-installer'
)
depends=(
'python'