diff --git a/.SRCINFO b/.SRCINFO index a09e888..b3bb475 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -11,7 +11,6 @@ pkgbase = grimshot depends = jq optdepends = libnotify: Notify users when a screenshot is taken optdepends = wl-clipboard: Copy screenshots - replaces = swaygrab source = grimshot-1.6.1::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot source = grimshot-1.6.1.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot.1.scd sha256sums = 54b306a51bd4849d569e3e84e14e5fe87d476fef6bbaba40d8b17048de62513e diff --git a/PKGBUILD b/PKGBUILD index 5e0197e..e0324f3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,6 @@ pkgdesc="A helper for screenshots within sway." arch=("any") url="https://github.com/OctopusET/sway-contrib" license=('MIT') -replaces=('swaygrab') depends=("grim" "slurp" "jq") optdepends=('libnotify: Notify users when a screenshot is taken' 'wl-clipboard: Copy screenshots')