Skip to content

Commit

Permalink
[contrib/pkgbuild/bin] Update makedeps
Browse files Browse the repository at this point in the history
Signed-off-by: Shinyzenith <[email protected]>
  • Loading branch information
Shinyzenith committed Jul 29, 2022
1 parent 72e1041 commit d849c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/PKGBUILD/bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d849c4a

Please sign in to comment.