summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe-Repo-Club2021-04-02 17:10:49 +0100
committerThe-Repo-Club2021-04-02 17:10:49 +0100
commit901686e23e07eb60b0544186f25896dcfea4e931 (patch)
tree8713b7b1f971b79a77a42758510a996303829ba5
parent5e26a8d0d9bee1c0610c7a783d8013bd74eed2b9 (diff)
downloadaur-901686e23e07eb60b0544186f25896dcfea4e931.tar.gz
Fixed depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe2e26b5966..58d45583e944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = i3-maim
depends = maim
depends = xdg-user-dirs
depends = xdotool
- depends = xclip
+ optdepends = xclip: Allow screenshots to be saved to clipboard
source = i3-maim-2021.04.02.tar.gz::https://github.com/The-Repo-Club/i3-maim/archive/2021.04.02.tar.gz
sha256sums = d6580e29f44c4e688e76de1ff573c97a75380cdcbe0656f22c292e428a8deb4a
diff --git a/PKGBUILD b/PKGBUILD
index ee14c48d2cf5..ee11f389beb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
groups=('therepoclub')
url="https://github.com/The-Repo-Club/i3-maim"
license=('CC BY-NC-SA 4.0')
-depends=('libnotify' 'maim' 'xdg-user-dirs' 'xdotool' 'xclip')
+depends=('libnotify' 'maim' 'xdg-user-dirs' 'xdotool')
+optdepends=('xclip: Allow screenshots to be saved to clipboard')
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
sha256sums=('d6580e29f44c4e688e76de1ff573c97a75380cdcbe0656f22c292e428a8deb4a')