summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Bassi2018-07-15 14:17:27 -0700
committerCaleb Bassi2018-07-15 14:17:27 -0700
commit33bc25a8306c41eb5e91b18a378fd95e127afb08 (patch)
treef9dd24370e81cae2901b9a1b0d6b3d6075907516 /PKGBUILD
parent93224276e7a7bee7e8ccaf68cf39720d59133ec1 (diff)
downloadaur-rofimgur-git.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36a8765a848f..b01d5f98157e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Upload screenshots to imgur anonymously using rofi"
arch=("any")
url="https://github.com/cjbassi/rofimgur"
license=("MIT")
-depends=("rofi" "python")
+depends=("rofi" "maim" "curl" "xclip" "xdotool")
makedepends=("git")
provides=("rofimgur")
source=("git+https://github.com/cjbassi/rofimgur")