summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenki Sky2018-08-06 18:19:04 -0400
committerGenki Sky2018-08-06 18:19:04 -0400
commit16840d38ad69a16e7a452655dbfa01c81428f74c (patch)
tree31b167304c63c451d334aa23c928c7a7cab9708c
parent567f37b75423235ed507cae5955fab4ea5dbf025 (diff)
downloadaur-16840d38ad69a16e7a452655dbfa01c81428f74c.tar.gz
fix: Correct spelling of wayland-protocols
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 543e01d1cd67..f7a7f730bd43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = slurp-git
pkgdesc = Select a region in a Wayland compositor
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/emersion/slurp
arch = x86_64
license = MIT
makedepends = git
makedepends = meson
makedepends = scdoc
- makedepends = wayland-protcols
+ makedepends = wayland-protocols
depends = cairo
depends = wayland
provides = slurp
diff --git a/PKGBUILD b/PKGBUILD
index ba7f458172e0..95420b85df07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=slurp-git
pkgver=1
-pkgrel=2
+pkgrel=3
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' 'wayland-protcols')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
provides=('slurp')
conflicts=('slurp')
source=('git://github.com/emersion/slurp')