summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush2017-12-19 17:03:20 +0530
committerAyush2017-12-19 17:03:20 +0530
commitabec27ee62196bc4e36284cd62d9ae6014e70ce6 (patch)
treee20e9c9c25120a597fd71c256fd3be0e745d2f94
parentc6a2ff6d832e515cd327a1a1fd11fc5a9873ad01 (diff)
downloadaur-abec27ee62196bc4e36284cd62d9ae6014e70ce6.tar.gz
added a dependency
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90794c1cc488..c59056e9b505 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python script to upload pictures or screenshots to Imgur."
arch=('any')
url="https://github.com/0xBAAAAAAD/shotpy"
license=('GPL')
-depends=('curl' 'grep' 'scrot' 'python>=3.6' 'libnotify' 'xclip')
+depends=('curl' 'grep' 'scrot' 'python>=3.6' 'libnotify' 'xclip' 'python-pip')
optdepends=('libnotify: for desktop notifications'
'scrot: for making screenshots'
'xclip: for copying screenshot URLs to clipboard')