summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-07-15 14:17:27 -0700
committerCaleb Bassi2018-07-15 14:17:27 -0700
commit33bc25a8306c41eb5e91b18a378fd95e127afb08 (patch)
treef9dd24370e81cae2901b9a1b0d6b3d6075907516
parent93224276e7a7bee7e8ccaf68cf39720d59133ec1 (diff)
downloadaur-33bc25a8306c41eb5e91b18a378fd95e127afb08.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 307efbd998dd..0ccac65d7b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,10 @@ pkgbase = rofimgur-git
license = MIT
makedepends = git
depends = rofi
- depends = python
+ depends = maim
+ depends = curl
+ depends = xclip
+ depends = xdotool
provides = rofimgur
source = git+https://github.com/cjbassi/rofimgur
md5sums = SKIP
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")