summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenki Sky2018-08-06 18:14:25 -0400
committerGenki Sky2018-08-06 18:17:53 -0400
commit567f37b75423235ed507cae5955fab4ea5dbf025 (patch)
tree8d0fb66adb0763290bf4ee05e22713e57741b793 /PKGBUILD
parented934e6f2967ffb03b7e180fda7f82847b8f10a4 (diff)
downloadaur-567f37b75423235ed507cae5955fab4ea5dbf025.tar.gz
fix: Add wayland-protcols to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 972b2bb19a21..ba7f458172e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=slurp-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Select a region in a Wayland compositor'
arch=('x86_64')
url='https://github.com/emersion/slurp'
license=('MIT')
depends=('cairo' 'wayland')
-makedepends=('git' 'meson' 'scdoc')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protcols')
provides=('slurp')
conflicts=('slurp')
source=('git://github.com/emersion/slurp')