summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2023-02-24 01:13:57 -0500
committerDeedleFake2023-02-24 01:13:57 -0500
commita6b0c57dad64b0c2d276d2f980e2c6edeb4f82a3 (patch)
tree06e178d8faad1444b24147461f78158e9ef71bf2 /PKGBUILD
parenta31dccb830bdfd4d82cb5c6686c4129a3d38fad4 (diff)
downloadaur-a6b0c57dad64b0c2d276d2f980e2c6edeb4f82a3.tar.gz
update to v0.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e491743ce63..aaf9c690822b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="A somewhat hacky workaround for push-to-talk in Discord and other apps in Wayland."
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ makedepends=('go>=2:1.20')
optdepends=()
provides=()
source=("https://github.com/DeedleFake/ptt-fix/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('47a1c57de707319df88ca06b5e8ac49d53e45fa4ff10a84f79b0a50f0c34b968')
+sha256sums=('66bb73eeb4a8b4c3496f784b21f69a3f7a1b2869a054aa67d450bacb2aac2407')
build() {
cd "$pkgname-$pkgver"