summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoronokatio2020-05-13 01:41:16 +0900
committeronokatio2020-05-13 01:41:16 +0900
commitef14d384a1191cdb26b0495096064abdf5e7ac00 (patch)
tree303320ee4fc5598f3e78686d0302dc8d8797bc64
parent7aeab7960732c45f394f03d795190eaf2b6802aa (diff)
downloadaur-wayland-screenshot-git.tar.gz
add depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078cfd5ba40e..007c7f3d497b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = wayland-screenshot-git
arch = any
license = GPL
makedepends = git
+ depends = grim
+ depends = slurp
+ depends = zenity
+ depends = jq
provides = wayland-screenshot
conflicts = wayland-screenshot
source = git+https://github.com/onokatio/wayland-screenshot
diff --git a/PKGBUILD b/PKGBUILD
index e828da1a395b..780b8ed1b2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('any')
url="https://github.com/onokatio/wayland-screenshot"
license=('GPL')
groups=()
-depends=()
+depends=('grim' 'slurp' 'zenity' 'jq')
makedepends=('git') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")