summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2021-02-14 01:36:55 -0700
committerThayne McCombs2021-02-14 01:36:55 -0700
commitd3eec099068f8cb85d76c6675c75d0b1d153987d (patch)
treeee0411f1fdbebf36198c1df40213d3a108eaa50b
parente59da04d40d1f1ad949086b5f1dcf53a65b92c07 (diff)
downloadaur-d3eec099068f8cb85d76c6675c75d0b1d153987d.tar.gz
upgpkg: wev 1.0.0-5
Update the checksum for the package. It seems there was an upstream change that impacted the timestamp of the tarball.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e454695fa93f..ab0e7f1e5e92 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 = 4
+ pkgrel = 5
url = https://git.sr.ht/~sircmpwn/wev
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = wev
depends = libxkbcommon
conflicts = wev-git
source = wev-1.0.0.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/1.0.0.tar.gz
- md5sums = 202208092a6560b1a78c568996a4cf27
+ b2sums = e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2
pkgname = wev
diff --git a/PKGBUILD b/PKGBUILD
index eeab69735b8f..174a3cd53fbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=wev
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="tool for debugging wayland events, similar to xev"
url='https://git.sr.ht/~sircmpwn/wev'
license=(MIT)
@@ -10,7 +10,7 @@ depends=('wayland' 'wayland-protocols' 'libxkbcommon')
makedepends=('scdoc')
conflicts=('wev-git')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/wev/archive/$pkgver.tar.gz")
-md5sums=('202208092a6560b1a78c568996a4cf27')
+b2sums=('e777cf1f19a5ad051b81ccd878067ba043c5121f460aed26fa41c999812d9c52e30837cbcb72351de4e532f0427cb2e8f707ca1ddaa09d992cdff3c422638ec2')
build() {
cd "$pkgname-$pkgver"