summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2020-12-18 00:20:36 -0700
committerThayne McCombs2020-12-18 00:20:36 -0700
commite59da04d40d1f1ad949086b5f1dcf53a65b92c07 (patch)
treecdf679f5edf7b41ce701d43d28f6f5ecb4ed780b /PKGBUILD
parentbbf3b93f2aeaa6488c4c091497d2f93df6fe98ca (diff)
downloadaur-e59da04d40d1f1ad949086b5f1dcf53a65b92c07.tar.gz
upgpkg: wev 1.0.0-4
Remove pkg-config from makedeps because it is part of base-devel.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')