summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4160a57425d..e454695fa93f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = wev
pkgdesc = tool for debugging wayland events, similar to xev
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://git.sr.ht/~sircmpwn/wev
arch = i686
arch = x86_64
license = MIT
makedepends = scdoc
- makedepends = pkg-config
depends = wayland
depends = wayland-protocols
depends = libxkbcommon
diff --git a/PKGBUILD b/PKGBUILD
index 97eb5221690e..eeab69735b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=wev
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
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' 'pkg-config')
+makedepends=('scdoc')
conflicts=('wev-git')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/$pkgver.tar.gz")
md5sums=('202208092a6560b1a78c568996a4cf27')