summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Sky2018-08-06 18:14:25 -0400
committerGenki Sky2018-08-06 18:17:53 -0400
commit567f37b75423235ed507cae5955fab4ea5dbf025 (patch)
tree8d0fb66adb0763290bf4ee05e22713e57741b793
parented934e6f2967ffb03b7e180fda7f82847b8f10a4 (diff)
downloadaur-567f37b75423235ed507cae5955fab4ea5dbf025.tar.gz
fix: Add wayland-protcols to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd25579f8ae3..543e01d1cd67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = slurp-git
pkgdesc = Select a region in a Wayland compositor
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emersion/slurp
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
makedepends = scdoc
+ makedepends = wayland-protcols
depends = cairo
depends = wayland
provides = slurp
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')