summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Montane2021-08-06 17:12:11 -0300
committerMartin Montane2021-08-06 17:12:11 -0300
commitae9c4acb5e8b4ae8c530eebe2cdb593669e455db (patch)
tree31ffebb9044044e3ea27ea1a6100d77b02e2a5b8
parentc38a4be8b524a1dad5be6fccb42f1247ebad6a36 (diff)
downloadaur-ae9c4acb5e8b4ae8c530eebe2cdb593669e455db.tar.gz
Added pip as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ce45f85856..5887aa903a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cmus-notify
pkgdesc = A notification script for cmus
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AntoineGagne/cmus-notify
arch = any
license = MIT
depends = python>=3.5
depends = python-notify2
depends = libnotify
+ depends = python-pip
source = https://pypi.io/packages/source/c/cmus-notify/cmus-notify-1.4.1.tar.gz
sha256sums = 8ac845a6596c259286802fd983c34ab3cee9345b5892cf936448e43fc7bd8380
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')