summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3362b512d2fa..fa9008891077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = wev
pkgdesc = tool for debugging wayland events, similar to xev
pkgver = 1.0.0
- pkgrel = 6
+ pkgrel = 7
url = https://git.sr.ht/~sircmpwn/wev
arch = i686
arch = x86_64
license = MIT
makedepends = scdoc
+ makedepends = wayland-protocols
depends = wayland
- depends = wayland-protocols
depends = libxkbcommon
conflicts = wev-git
source = wev-1.0.0.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/1.0.0.tar.gz
b2sums = e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2
pkgname = wev
-
diff --git a/PKGBUILD b/PKGBUILD
index 0afaca618daf..d8febe6f11c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=wev
pkgver=1.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="tool for debugging wayland events, similar to xev"
url='https://git.sr.ht/~sircmpwn/wev'
license=(MIT)
arch=('i686' 'x86_64')
-depends=('wayland' 'wayland-protocols' 'libxkbcommon')
-makedepends=('scdoc')
+depends=('wayland' 'libxkbcommon')
+makedepends=('scdoc' 'wayland-protocols')
conflicts=('wev-git')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/$pkgver.tar.gz")
b2sums=('e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2')