summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2023-04-24 23:48:19 -0600
committerThayne McCombs2023-04-24 23:48:19 -0600
commit3d86b755b23faaaf918b45d3a97e39de836664d5 (patch)
treeff85618e06b3407f0a4c86e6a2b1a8da3b167a3d
parentdc64e61cd969834a906148df10a093fc2d15c059 (diff)
downloadaur-wev.tar.gz
upgpkg: wev 1.0.0-12
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5062f3f5a4f8..555de7349a74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wev
pkgdesc = tool for debugging wayland events, similar to xev
pkgver = 1.0.0
- pkgrel = 11
+ pkgrel = 12
url = https://git.sr.ht/~sircmpwn/wev
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = wev
makedepends = wayland-protocols
depends = wayland
depends = libxkbcommon
- conflicts = wev-git
source = wev-1.0.0.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/1.0.0.tar.gz
- sha256sums = SKIP
+ b2sums = e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2
pkgname = wev
diff --git a/PKGBUILD b/PKGBUILD
index 5dbf6c59d289..c4d6231f318c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,15 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=wev
pkgver=1.0.0
-pkgrel=11
+pkgrel=12
pkgdesc="tool for debugging wayland events, similar to xev"
url='https://git.sr.ht/~sircmpwn/wev'
license=(MIT)
arch=('i686' 'x86_64' 'aarch64')
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")
-# The package checksum isn't stable, so skip the checksum
-# since we download from https, the main risk here is if sourcehut changes the
-# contents of the package archive
-sha256sums=('SKIP')
+b2sums=('e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2')
build() {
cd "$pkgname-$pkgver"