summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2020-04-14 22:27:02 -0600
committerThayne McCombs2020-04-14 22:27:02 -0600
commitaa75308c464a36c8af3d84c36bc710e0854ef02d (patch)
treeda75ed55b8a8a6a6687ec59da4cfb5a26920d9d8 /PKGBUILD
parenta7b4f674e18ddfd629efe58aa222e463fa653760 (diff)
downloadaur-aa75308c464a36c8af3d84c36bc710e0854ef02d.tar.gz
upgpkg: wev 1.0.0-2
Fix pkgdesc and use a better name for the tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eddb6166806..5bfcd864379e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=wev
pkgver=1.0.0
-pkgrel=1
-pkgdec="tool for debugging wayland events, similar to xev"
+pkgrel=2
+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')
conflicts=('wev-git')
-source=("https://git.sr.ht/~sircmpwn/wev/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/$pkgver.tar.gz")
md5sums=('202208092a6560b1a78c568996a4cf27')
build() {