summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeedleFake2023-02-20 01:14:36 -0500
committerDeedleFake2023-02-20 01:14:36 -0500
commit99ecfabbaffb9b98a8c04a32efef387c9f8f7ce0 (patch)
treeab5fe169dacbebcc2da66e528c91546aa2f89ff4 /PKGBUILD
parentc877d1545d765f92806816e00bfea99bfc0307fa (diff)
downloadaur-99ecfabbaffb9b98a8c04a32efef387c9f8f7ce0.tar.gz
update to v0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7ce75fbbfea..2744a2627f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: DeedleFake <deedlefake@users.noreply.github.com>
pkgname=ptt-fix
-pkgver=0.5.0
+pkgver=0.5.1
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=('2348605d91e8571d19a5fc2c90cd8fef9870f7d3654209df3d66a3f4c9efa8f5')
+sha256sums=('b2bf7d3eeb69c753ce63a42373c620b31047e54b1b2e57a81ec215ba53c33e04')
build() {
cd "$pkgname-$pkgver"