summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Montane2021-08-06 17:12:11 -0300
committerMartin Montane2021-08-06 17:12:11 -0300
commitae9c4acb5e8b4ae8c530eebe2cdb593669e455db (patch)
tree31ffebb9044044e3ea27ea1a6100d77b02e2a5b8 /PKGBUILD
parentc38a4be8b524a1dad5be6fccb42f1247ebad6a36 (diff)
downloadaur-ae9c4acb5e8b4ae8c530eebe2cdb593669e455db.tar.gz
Added pip as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f369ea66af38..0b9579ef3c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cmus-notify
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A notification script for cmus"
arch=('any')
url="https://github.com/AntoineGagne/cmus-notify"
license=('MIT')
-depends=('python>=3.5' 'python-notify2' 'libnotify')
+depends=('python>=3.5' 'python-notify2' 'libnotify' 'python-pip')
source=("https://pypi.io/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('8ac845a6596c259286802fd983c34ab3cee9345b5892cf936448e43fc7bd8380')