From d849c4a0f73e1fe9197e35d5c82bbfe9d1e1b5e3 Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sat, 30 Jul 2022 03:39:25 +0530 Subject: [PATCH] [contrib/pkgbuild/bin] Update makedeps Signed-off-by: Shinyzenith --- contrib/PKGBUILD/bin/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/PKGBUILD/bin/PKGBUILD b/contrib/PKGBUILD/bin/PKGBUILD index 7d0ddcd0..021fde03 100644 --- a/contrib/PKGBUILD/bin/PKGBUILD +++ b/contrib/PKGBUILD/bin/PKGBUILD @@ -2,13 +2,13 @@ pkgname=wayshot-bin _pkgname=wayshot pkgver=1.1.9 -pkgrel=2 +pkgrel=3 pkgdesc="A screenshot tool for wlroots compositors." url="https://github.com/waycrate/wayshot" license=('BSD') arch=('x86_64') optdepends=('slurp: for area selection') -makedepends=('scdoc') +makedepends=('scdoc' 'rust') provides=('wayshot-bin') conflicts=('wayshot-git' 'wayshot-musl-git') source=("$_pkgname-bin::$url/releases/download/$pkgver/$_pkgname"