summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-14 00:15:39 +0100
committerHugo Osvaldo Barrera2020-12-14 00:15:39 +0100
commitfc5c5a471aa07d83bee03e3077e54c3dd1b3a99e (patch)
tree9872129c7297ee8bb35c6dac036e0a6d3bfabc65
parent88f07ec0fa2ec92367e733aa283e33029e1dd28e (diff)
downloadaur-fc5c5a471aa07d83bee03e3077e54c3dd1b3a99e.tar.gz
Add grimshot to provides=
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73c5bdc2e86..431d7193557f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = grimshot-git
depends = git
optdepends = libnotify: Notify users when a screenshot is taken
optdepends = wl-clipboard: Copy screenshots
+ provides = grimshot
conflicts = grimshot
replaces = swaygrab
source = git+https://github.com/swaywm/sway.git
diff --git a/PKGBUILD b/PKGBUILD
index 15656c46de2f..1e71dc1504e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A helper for screenshots within sway."
arch=("x86_64")
url="https://github.com/swaywm/sway"
license=('MIT')
+provides=('grimshot')
conflicts=('grimshot')
replaces=('swaygrab')
depends=("sway" "grim" "slurp" "jq" "xdg-user-dirs" "git")