summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaith Bahodi2023-07-16 17:09:36 -0400
committerLaith Bahodi2023-07-16 17:09:36 -0400
commit91086cf84cd802faf2d3d664b8bfb04e46b9cf5a (patch)
tree5bd04d8b966fff05ef4bc61a13a9d982c08bb92b /PKGBUILD
parentdab4c3f807d2e5ebf65d26a0a22b296e9c7ab372 (diff)
downloadaur-xshot-git.tar.gz
add cargo to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d48c8eb8b8c..3174000d66ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xshot-git
pkgver=r12.b84afb1
-pkgrel=1
+pkgrel=2
pkgdesc='XS Screenshot Tool for X11'
arch=('x86_64')
url=https://github.com/hydrobeam/xshot
license=('MIT')
depends=('libxcb' 'libx11')
-makedepends=('git')
+makedepends=('cargo' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url.git")